Browse Source

fixing error

BaumSplitter41 4 tuần trước cách đây
mục cha
commit
6377641123
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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)