diff options
| author | 2019-02-21 12:15:04 -0600 | |
|---|---|---|
| committer | 2019-02-21 12:15:04 -0600 | |
| commit | 28db9b884f976fa2395c043974f304a14407d8ef (patch) | |
| tree | d6a2a8b0184a014c51afa9a7c468c1660fce8270 /bot/cogs/moderation.py | |
| parent | Changed !user so that Helpers don't get redirected to the #bot_commands channel. (diff) | |
Linting corrections.
Signed-off-by: Daniel Brown <[email protected]>
Diffstat (limited to '')
| -rw-r--r-- | bot/cogs/moderation.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/cogs/moderation.py b/bot/cogs/moderation.py index 21d571e62..5d8aa0217 100644 --- a/bot/cogs/moderation.py +++ b/bot/cogs/moderation.py @@ -13,7 +13,7 @@ from discord.ext.commands import ( from bot import constants from bot.cogs.modlog import ModLog -from bot.constants import Colours, Event, Icons, Keys, URLs, MODERATION_ROLES +from bot.constants import Colours, Event, Icons, Keys, MODERATION_ROLES, URLs from bot.converters import InfractionSearchQuery from bot.decorators import with_role from bot.pagination import LinePaginator |