diff options
author | 2020-03-11 17:04:41 +0200 | |
---|---|---|
committer | 2020-03-11 17:04:41 +0200 | |
commit | 1aaeec4a3c874b1fb6526f18eefa70d4caed6abd (patch) | |
tree | c525efec912786dedada195259cdef77b8dc31f0 | |
parent | (Space Cog): Fix `DateConverter`'s docstring (diff) |
(Space Cog): Add `.space mars dates` information to `.space mars` command docstring
-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() |