aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar ToxicKidz <[email protected]>2021-05-05 14:25:59 -0400
committerGravatar ToxicKidz <[email protected]>2021-05-05 14:25:59 -0400
commit353264e53f54ba32d6f71fc027bf81aca871fdf7 (patch)
tree13ab2daf8b00c5bf99e64c3b938145fd7b65bfd2
parentchore: Apply anand's suggested changes (diff)
chore: Improve .space epic's docstring
-rw-r--r--bot/exts/evergreen/space.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/exts/evergreen/space.py b/bot/exts/evergreen/space.py
index 77b63946..6c991d26 100644
--- a/bot/exts/evergreen/space.py
+++ b/bot/exts/evergreen/space.py
@@ -112,7 +112,7 @@ class Space(Cog):
@space.command(name="epic")
async def epic(self, ctx: Context, date: Optional[str]) -> None:
- """Get one of latest random image of earth from NASA EPIC API. Support date parameter, format is YYYY-MM-DD."""
+ """Get a random image of the Earth from the NASA EPIC API. Support date parameter, format is YYYY-MM-DD."""
if date:
try:
show_date = datetime.strptime(date, "%Y-%m-%d").date().isoformat()