|
|
@@ -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
|