coollsd commited on
Commit
55e2e55
1 Parent(s): a6afb9a

Update petroll.py

Browse files
Files changed (1) hide show
  1. 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://coollsd-fileuploader.hf.space/rbxg/LnK22enUuAZsX4JVSk3keIuWNWuyzvGE52onCDT0lTUnWs3Y/rap.txt")
24
- collection_data = await fetch_data("https://coollsd-fileuploader.hf.space/rbxg/LnK2U4kHkKzgnt56NHwfvfLMaGZxsAp5biLtPwTmaFqjKdiZ/pets.txt")
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