empty stop command

This commit is contained in:
Specoolazius 2022-04-02 21:41:14 +02:00
parent e4c3ccbf97
commit ef46afd052

View File

@ -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