use my helpformatter

This commit is contained in:
Benjamin Mintz 2019-01-28 03:39:42 +00:00
parent 4d336d419f
commit f17bfa379d
2 changed files with 5 additions and 3 deletions

2
bot.py
View File

@ -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()

View File

@ -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