Might as well use the default help command for now even if it looks tacky

This commit is contained in:
archfan 2019-12-07 10:09:11 -05:00 committed by GitHub
parent e0a53170a3
commit 96c134693c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -41,7 +41,7 @@ login_queue = Queue()
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'])