소스 검색

fixing error

BaumSplitter41 3 주 전
부모
커밋
6377641123
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      VPD_BOT/cogs/civ_situ.py

+ 1 - 1
VPD_BOT/cogs/civ_situ.py

@@ -69,7 +69,7 @@ class civsitu(commands.Cog):
     @slash_command()
     async def civsitu(self, ctx: discord.ApplicationContext):
         """Start a new civ-RP situation."""
-        modal = Situ(title="Create a new civ-rp situation") # type: ignore
+        modal = self.Situ(title="Create a new civ-rp situation") # type: ignore
         await ctx.send_modal(modal)