We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73eca6c commit 90b332dCopy full SHA for 90b332d
bot/exts/fun/space.py
@@ -1,3 +1,5 @@
1
+# XXX: Disabled due to issues with NASA API, see https://github.com/python-discord/sir-lancebot/issues/1709
2
+
3
import random
4
from datetime import UTC, date, datetime
5
from typing import Any
@@ -231,4 +233,7 @@ async def setup(bot: Bot) -> None:
231
233
logger.warning("Can't find NASA API key. Not loading Space Cog.")
232
234
return
235
- await bot.add_cog(Space(bot))
236
+ # XXX: Disabled due to issues with NASA API, see https://github.com/python-discord/sir-lancebot/issues/1709
237
238
+ # await bot.add_cog(Space(bot))
239
+ return
0 commit comments