mirror of
https://github.com/Ryujinx/ryuko-ng.git
synced 2025-01-05 14:45:28 +00:00
Make robocop *actually* dm on help
This commit is contained in:
parent
3e70ede154
commit
a0fd90fabd
|
@ -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