diff --git a/Bot/commands.py b/Bot/commands.py index ceb8271..10f0055 100644 --- a/Bot/commands.py +++ b/Bot/commands.py @@ -3,7 +3,7 @@ Command creator for the discord.py Bot. © by ElBe. -Version: 0.1.4 +Version: 0.1.5 NOTE: Only execute once. ''' @@ -11,6 +11,14 @@ NOTE: Only execute once. #Imports import command_creator +#Stop command +json = { + 'name': 'stop', + 'type': 1, + 'description': 'Stops the bot.' +} +command_creator.create_command(json) + #Help command json = { 'name': 'help',