WIP: Events and Stages

This commit is contained in:
2025-04-21 14:34:13 +02:00
parent ec733097ea
commit b72f930c94
4 changed files with 124 additions and 33 deletions

View File

@@ -9,6 +9,8 @@ class Stage(Cog):
def __init__(self, bot: PycordBot):
self.bot: PycordBot = bot
# command_group: SlashCommandGroup = SlashCommandGroup("stage", "Event stage management")
def setup(bot: PycordBot) -> None:
bot.add_cog(Stage(bot))