Make robocop dm on help
This commit is contained in:
parent
527f55e6dd
commit
3e70ede154
1 changed files with 1 additions and 1 deletions
|
@ -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