From 786c01d6a238429eafca38d7ba65cb3323b33ca9 Mon Sep 17 00:00:00 2001 From: Leon Sandøy Date: Sat, 21 Nov 2020 00:32:36 +0100 Subject: Remove dead ShowProjects cog. We no longer have this channel, so this cog serves no purpose. --- bot/bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bot/bot.py') diff --git a/bot/bot.py b/bot/bot.py index bf4a59c2..97b09243 100644 --- a/bot/bot.py +++ b/bot/bot.py @@ -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__) -- cgit v1.2.3