Might as well use the default help command for now even if it looks tacky
This commit is contained in:
parent
e0a53170a3
commit
96c134693c
@ -41,7 +41,7 @@ login_queue = Queue()
|
|||||||
|
|
||||||
prefix = config['BOT']['command_prefix']
|
prefix = config['BOT']['command_prefix']
|
||||||
|
|
||||||
bot = commands.Bot(command_prefix=prefix, help_command=None)
|
bot = commands.Bot(command_prefix=prefix)
|
||||||
|
|
||||||
channel_id = int(config['RELAY']['channel_id'])
|
channel_id = int(config['RELAY']['channel_id'])
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user