diff --git a/bot/extensions/startstop.py b/bot/extensions/startstop.py index ca281d5..71a5042 100644 --- a/bot/extensions/startstop.py +++ b/bot/extensions/startstop.py @@ -21,4 +21,4 @@ class StartStop(discord.Cog): @slash_command(name='start') async def __execute_start(self, ctx: discord.ApplicationContext) -> None: - pass + returncode = None