Skip to content

Commit f347958

Browse files
Update space.py
Added more detailed error description for archived API message
1 parent 8200c82 commit f347958

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

bot/exts/fun/space.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -391,6 +391,7 @@ async def mars(
391391
await ctx.send(
392392
"The NASA Mars Rover Photos API used by this command has been archived by NASA and is no longer "
393393
"reliably available. As a result, `.space mars` is temporarily disabled."
394+
"> For more details on this issue see [GitHub issue #1709](https://github.com/python-discord/sir-lancebot/issues/1709)"
394395
)
395396

396397
@mars.command(name="dates", aliases=("d", "date", "rover", "rovers", "r"))
@@ -399,6 +400,7 @@ async def dates(self, ctx: Context) -> None:
399400
if not self.rovers:
400401
await ctx.send(
401402
"Rover metadata could not be loaded because the Mars Rover Photos API has been archived by NASA."
403+
"> For more details on this issue see [GitHub issue #1709](https://github.com/python-discord/sir-lancebot/issues/1709)"
402404
)
403405
return
404406

0 commit comments

Comments
 (0)