From 1e8552bb6a7982bdc29363215712399746f417df Mon Sep 17 00:00:00 2001 From: kwzrd Date: Sat, 28 Mar 2020 15:22:06 +0100 Subject: Deseasonify: separate seasonal definitions into new module Since the original `seasons` package is now called just `exts`, it makes sense to migrate all season-specific definitions out into a separate module. This module now contains everything relating to 'new' seasons, i.e. just branding tooling. --- bot/exts/evergreen/branding.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bot/exts/evergreen/branding.py') diff --git a/bot/exts/evergreen/branding.py b/bot/exts/evergreen/branding.py index 6cbe3bd8..2eb563ea 100644 --- a/bot/exts/evergreen/branding.py +++ b/bot/exts/evergreen/branding.py @@ -12,7 +12,7 @@ from discord.ext import commands from bot.bot import SeasonalBot from bot.constants import Branding, Colours, Emojis, MODERATION_ROLES, Tokens -from bot.exts import SeasonBase, get_current_season, get_season +from bot.seasons import SeasonBase, get_current_season, get_season from bot.utils.decorators import with_role from bot.utils.exceptions import BrandingError -- cgit v1.2.3