mirror of
https://github.com/Specoolazius/mcserver-discordbot.git
synced 2025-08-01 05:47:41 +02:00
empty stop command
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user