BaumSplitter41 před 3 týdny
rodič
revize
9ab41e486e
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

@@ -13,7 +13,7 @@ class civsitu(commands.Cog):
     class Situ(discord.ui.Modal):
         def __init__(self, *args, **kwargs):
             super().__init__(*args, **kwargs)
-            bot = self.bot
+            bot = civsitu.bot
             self.bot = bot