diff options
Diffstat (limited to '')
| -rw-r--r-- | bot/exts/easter/earth_photos.py | 6 | 
1 files changed, 2 insertions, 4 deletions
diff --git a/bot/exts/easter/earth_photos.py b/bot/exts/easter/earth_photos.py index e660112f..c9cfc9c8 100644 --- a/bot/exts/easter/earth_photos.py +++ b/bot/exts/easter/earth_photos.py @@ -1,11 +1,9 @@ -import discord -  import logging -from discord.ext import commands - +import discord  import requests +from discord.ext import commands  from bot.constants import Tokens  |