Spaces:
Building
Building
Update petroll.py
Browse files- petroll.py +2 -2
petroll.py
CHANGED
@@ -20,8 +20,8 @@ async def perform_roll(interaction: discord.Interaction):
|
|
20 |
return await response.json()
|
21 |
return None
|
22 |
|
23 |
-
rap_data = await fetch_data("https://
|
24 |
-
collection_data = await fetch_data("https://
|
25 |
|
26 |
if not rap_data or not collection_data:
|
27 |
return None
|
|
|
20 |
return await response.json()
|
21 |
return None
|
22 |
|
23 |
+
rap_data = await fetch_data("https://rapapi.deno.dev/")
|
24 |
+
collection_data = await fetch_data("https://petsapi.deno.dev/")
|
25 |
|
26 |
if not rap_data or not collection_data:
|
27 |
return None
|