diff --git a/bot/extensions/startstop.py b/bot/extensions/startstop.py index 71a5042..785ebc3 100644 --- a/bot/extensions/startstop.py +++ b/bot/extensions/startstop.py @@ -22,3 +22,7 @@ class StartStop(discord.Cog): @slash_command(name='start') async def __execute_start(self, ctx: discord.ApplicationContext) -> None: returncode = None + + @slash_command(name='stop') + async def __execute_stop(self, ctx: discord.ApplicationContext) -> None: + returncode = None