WIP: Events and Stages
This commit is contained in:
@@ -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))
|
||||
|
Reference in New Issue
Block a user