mirror of
https://github.com/Ryujinx/ryuko-ng.git
synced 2025-07-07 23:10:32 +00:00
Make robocop dm on help
This commit is contained in:
parent
527f55e6dd
commit
3e70ede154
|
@ -65,7 +65,7 @@ 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, pm_help=True)
|
description=config.bot_description, dm_help=True)
|
||||||
|
|
||||||
bot.log = log
|
bot.log = log
|
||||||
bot.config = config
|
bot.config = config
|
||||||
|
|
Loading…
Reference in a new issue