From f17bfa379db9a8f16c4f7419ebdbea6f02fd1e70 Mon Sep 17 00:00:00 2001 From: Benjamin Mintz Date: Mon, 28 Jan 2019 03:39:42 +0000 Subject: [PATCH] use my helpformatter --- bot.py | 2 ++ requirements.txt | 6 +++--- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/bot.py b/bot.py index b3f3089..72451c4 100755 --- a/bot.py +++ b/bot.py @@ -6,6 +6,7 @@ import traceback import discord from discord.ext import commands +import simple_help_formatter logging.basicConfig(level=logging.WARNING) logger = logging.getLogger(__name__) @@ -19,6 +20,7 @@ class Bot(commands.AutoShardedBot): super().__init__( command_prefix=commands.when_mentioned, description=self.config.get('description', ''), + formatter=simple_help_formatter.HelpFormatter(), **kwargs) self._setup_success_emojis() diff --git a/requirements.txt b/requirements.txt index 47890d5..7811651 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ aioec -git+https://github.com/Rapptz/discord.py@rewrite -jishaku ben_cogs +discord.py @ git+https://github.com/Rapptz/discord.py@rewrite +jishaku +simple_help_formatter @ git+https://github.com/bmintz/simple-dpy-helpformatter wand -aiofiles