diff options
| -rw-r--r-- | bot/exts/info/help.py | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/bot/exts/info/help.py b/bot/exts/info/help.py index 44bff1f88..9d7f0702e 100644 --- a/bot/exts/info/help.py +++ b/bot/exts/info/help.py @@ -5,7 +5,7 @@ from contextlib import suppress  from typing import List, Union  from discord import Colour, Embed -from discord.ext.commands import Bot, Cog, Command, Context, Group, HelpCommand, DisabledCommand, CommandError +from discord.ext.commands import Bot, Cog, Command, CommandError, Context, DisabledCommand, Group, HelpCommand  from fuzzywuzzy import fuzz, process  from fuzzywuzzy.utils import full_process | 
