Make robocop *actually* dm on help
This commit is contained in:
parent
3e70ede154
commit
a0fd90fabd
1 changed files with 2 additions and 1 deletions
|
@ -65,7 +65,8 @@ initial_extensions = ['cogs.common',
|
||||||
'cogs.invites']
|
'cogs.invites']
|
||||||
|
|
||||||
bot = commands.Bot(command_prefix=get_prefix,
|
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.log = log
|
||||||
bot.config = config
|
bot.config = config
|
||||||
|
|
Loading…
Reference in a new issue