BaumSplitter41 3 týždňov pred
rodič
commit
c9b077943b
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      TEST_BOT_BAUM/main.py

+ 1 - 1
TEST_BOT_BAUM/main.py

@@ -235,7 +235,7 @@ class Situ(discord.ui.Modal):
 
 
 #Slash command to trigger the Modal form
-@slash_command()
+@bot.slash_command()
 async def civsitu(self, ctx: discord.ApplicationContext):
     """Start a new civ-RP situation."""
     modal = self.Situ(title="Create a new civ-rp situation") # type: ignore