diff options
Diffstat (limited to 'bot')
| -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 adae0dcd..26beda79 100644 --- a/bot/exts/easter/earth_photos.py +++ b/bot/exts/easter/earth_photos.py @@ -27,7 +27,7 @@ class EarthPhotos(commands.Cog):                  async with session.get(                      downloadlinksdata.get("download_location") + "?client_id=" + UnClient_id) as er:                      pass -                await ctx.send("Still a work in progress") +                await ctx.send("Still a work in progress, coming soon.") | 
