Make robocop *actually* dm on help

This commit is contained in:
Ave Ozkal 2019-11-06 02:06:21 +03:00
parent 3e70ede154
commit a0fd90fabd
No known key found for this signature in database
GPG key ID: 09356ABAA42C842B

View file

@ -65,7 +65,8 @@ initial_extensions = ['cogs.common',
'cogs.invites']
bot = commands.Bot(command_prefix=get_prefix,
description=config.bot_description, dm_help=True)
description=config.bot_description)
bot.help_command = commands.DefaultHelpCommand(dm_help=True)
bot.log = log
bot.config = config