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)