diff options
author | 2020-11-21 00:32:36 +0100 | |
---|---|---|
committer | 2020-11-21 00:49:15 +0100 | |
commit | 786c01d6a238429eafca38d7ba65cb3323b33ca9 (patch) | |
tree | fd1dfe3bef8af3de11a0bb129b9f7e8755ec8f99 /bot/bot.py | |
parent | Remove references to old name. (diff) |
Remove dead ShowProjects cog.
We no longer have this channel, so this cog serves no purpose.
Diffstat (limited to 'bot/bot.py')
-rw-r--r-- | bot/bot.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,7 +9,7 @@ from async_rediscache import RedisSession from discord import DiscordException, Embed from discord.ext import commands -import bot.constants as constants +from bot import constants log = logging.getLogger(__name__) |