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 895c4d9 commit 24a61f5Copy full SHA for 24a61f5
cogs/info/features.py
@@ -44,7 +44,7 @@ async def urban_embeds(author: disnake.User, dict: dict) -> list[disnake.Embed]:
44
45
46
async def nasa_daily_image(rubbergod_session: aiohttp.ClientSession) -> dict:
47
- url = "http://nasa-api:8000/v1/apod"
+ url = "http://nasa-api:5000/v1/apod"
48
try:
49
async with rubbergod_session.get(url) as resp:
50
response = await resp.json()
0 commit comments