Update commands.py
This commit is contained in:
parent
d9bb7494c6
commit
71e2f7455e
@ -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',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user