diff options
| author | 2019-08-05 21:32:31 +0800 | |
|---|---|---|
| committer | 2019-08-05 21:32:31 +0800 | |
| commit | eb10679be3e53f73cf8b34789971000ec597c10a (patch) | |
| tree | c48254484357c46a3e7ccdb8b9d2e12e324d1adb /bot/seasons/season.py | |
| parent | Unify constants file quotation use (diff) | |
Move bot out of constants.py to bot.py
Diffstat (limited to 'bot/seasons/season.py')
| -rw-r--r-- | bot/seasons/season.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bot/seasons/season.py b/bot/seasons/season.py index 3b623040..c88ef2a7 100644 --- a/bot/seasons/season.py +++ b/bot/seasons/season.py @@ -12,7 +12,8 @@ import async_timeout import discord from discord.ext import commands -from bot.constants import Channels, Client, Roles, bot +from bot.bot import bot +from bot.constants import Channels, Client, Roles from bot.decorators import with_role log = logging.getLogger(__name__) |