aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Leon Sandøy <[email protected]>2019-04-27 15:33:48 +0200
committerGravatar Leon Sandøy <[email protected]>2019-04-27 15:33:48 +0200
commit7a61e582ccb866776136d969c97d23907ca160e2 (patch)
treec66f0c0edf4bdaf295f0995a1cc78416028b9eeb
parentrelocking pipfile (diff)
Fixing the lint error -_-
Diffstat (limited to '')
-rw-r--r--bot/cogs/modlog.py5
1 files changed, 2 insertions, 3 deletions
diff --git a/bot/cogs/modlog.py b/bot/cogs/modlog.py
index d8eac5e03..b3094321e 100644
--- a/bot/cogs/modlog.py
+++ b/bot/cogs/modlog.py
@@ -8,9 +8,8 @@ from dateutil.relativedelta import relativedelta
from deepdiff import DeepDiff
from discord import (
CategoryChannel, Colour, Embed, File, Guild,
- Member, Message, NotFound, RawBulkMessageDeleteEvent,
- RawMessageDeleteEvent, RawMessageUpdateEvent, Role,
- TextChannel, User, VoiceChannel
+ Member, Message, NotFound, RawMessageDeleteEvent,
+ RawMessageUpdateEvent, Role, TextChannel, User, VoiceChannel
)
from discord.abc import GuildChannel
from discord.ext.commands import Bot