mirror of
https://github.com/Specoolazius/mcserver-discordbot.git
synced 2024-11-24 22:49:45 +01:00
empty stop command
This commit is contained in:
parent
e4c3ccbf97
commit
ef46afd052
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user