diff options
-rw-r--r-- | bot/seasons/evergreen/space.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/seasons/evergreen/space.py b/bot/seasons/evergreen/space.py index 746849fb..2dd85c15 100644 --- a/bot/seasons/evergreen/space.py +++ b/bot/seasons/evergreen/space.py @@ -160,7 +160,7 @@ class Space(Cog): """ Get random Mars image by date. Support both SOL (martian solar day) and earth date and rovers. - Earth date formatting is YYYY-MM-DD. + Earth date formatting is YYYY-MM-DD. Use `.space mars dates` to get all currently available rovers. """ # Check does user provided correct rover rover = rover.lower() |