diff options
author | 2021-03-03 09:57:49 -0600 | |
---|---|---|
committer | 2021-03-03 09:57:49 -0600 | |
commit | 01a1624b14cc5d60b2e76871361e14f9cbfd69ce (patch) | |
tree | 9a6955182b3fc4b374ce3b67d9bbef0f3e98bc40 | |
parent | Update earth_photos.py (diff) |
asyncio start
-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.") |