diff --git a/Robocop.py b/Robocop.py index 9acd679..be703ab 100755 --- a/Robocop.py +++ b/Robocop.py @@ -65,7 +65,7 @@ initial_extensions = ['cogs.common', 'cogs.invites'] 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.config = config