aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Kronifer <[email protected]>2021-03-03 14:28:43 -0600
committerGravatar GitHub <[email protected]>2021-03-03 14:28:43 -0600
commit4cf72b014efbd8141e30482984e68e65c08e312d (patch)
treec2c5b57a27c00ce78f36107e71df0cedd2f1309a
parentlocked pipfile (diff)
Fixed import
-rw-r--r--bot/exts/easter/earth_photos.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/exts/easter/earth_photos.py b/bot/exts/easter/earth_photos.py
index a49e666c..b496cbea 100644
--- a/bot/exts/easter/earth_photos.py
+++ b/bot/exts/easter/earth_photos.py
@@ -1,8 +1,8 @@
import discord
from discord.ext import commands
-from bot.constants import Tokens
from bot.constants import Colours
+from bot.constants import Tokens
UnClient_id = Tokens.unsplash_key