diff options
| author | 2021-03-03 22:27:43 +0000 | |
|---|---|---|
| committer | 2021-03-03 22:27:43 +0000 | |
| commit | e328adce9e2338c1aeb37fd39581207c16102801 (patch) | |
| tree | 65b55545f9ccf5fe9fddbc48600b210308050a62 /bot/exts | |
| parent | minor change to getting image (diff) | |
| parent | Fixed import (diff) | |
Merge branch 'earth_photos' of https://github.com/Kronifer/sir-lancebot into earth_photos
Diffstat (limited to 'bot/exts')
| -rw-r--r-- | bot/exts/easter/earth_photos.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/exts/easter/earth_photos.py b/bot/exts/easter/earth_photos.py index 66780f6a..efc5081a 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 |