diff --git a/bot/extensions/startstop.py b/bot/extensions/startstop.py index 785ebc3..9000a87 100644 --- a/bot/extensions/startstop.py +++ b/bot/extensions/startstop.py @@ -26,3 +26,4 @@ class StartStop(discord.Cog): @slash_command(name='stop') async def __execute_stop(self, ctx: discord.ApplicationContext) -> None: returncode = None + # hi