diff options
| author | 2021-04-09 05:16:40 +0100 | |
|---|---|---|
| committer | 2021-04-09 05:16:40 +0100 | |
| commit | 754759fa3c434b453b90b9b8e9504eee2a262d20 (patch) | |
| tree | dd9e50a0c4dc8f51b9ffba6d0e7771864f9c2ad6 | |
| parent | Various version upgrades for discord.py (diff) | |
Remove unused Context import
| -rw-r--r-- | metricity/bot.py | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/metricity/bot.py b/metricity/bot.py index ffd9b3b..34ab804 100644 --- a/metricity/bot.py +++ b/metricity/bot.py @@ -11,7 +11,7 @@ from discord import (      VoiceChannel  )  from discord.abc import Messageable -from discord.ext.commands import Bot, Context +from discord.ext.commands import Bot  from metricity import __version__  from metricity.config import BotConfig | 
