BaumSplitter41 před 3 týdny
rodič
revize
6377641123
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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)