diff options
| author | 2018-02-05 20:53:11 +0000 | |
|---|---|---|
| committer | 2018-02-05 20:53:11 +0000 | |
| commit | e192e8d15e761103051f14f6ed4b846d75a9f854 (patch) | |
| tree | 7a1e75ee872afa9a9d511dacdc0566c7bcb9ee24 | |
| parent | Events cog; currently handles command errors (diff) | |
Remove unused import
| -rw-r--r-- | bot/cogs/events.py | 1 |
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 |