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