aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Gareth Coles <[email protected]>2018-02-05 20:53:11 +0000
committerGravatar Gareth Coles <[email protected]>2018-02-05 20:53:11 +0000
commite192e8d15e761103051f14f6ed4b846d75a9f854 (patch)
tree7a1e75ee872afa9a9d511dacdc0566c7bcb9ee24
parentEvents cog; currently handles command errors (diff)
Remove unused import
-rw-r--r--bot/cogs/events.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/bot/cogs/events.py b/bot/cogs/events.py
index 35f09d913..c138db013 100644
--- a/bot/cogs/events.py
+++ b/bot/cogs/events.py
@@ -1,5 +1,4 @@
# coding=utf-8
-from discord import Guild
from discord.ext.commands import (
AutoShardedBot, CommandError, Context, BadArgument, NoPrivateMessage,
CommandInvokeError, UserInputError, BotMissingPermissions