Skip to content

Commit

Permalink
fff
Browse files Browse the repository at this point in the history
  • Loading branch information
prono69 committed Jul 3, 2024
1 parent 14f8c4d commit 879864c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion userbot/plugins/alive.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ async def amireallyalive(event):
response = None
quote = response["quote"]
while len(quote) > 150 and (quote not in sucks):
res = requests.get(api_url).json()
res = api_url
quote = res["quote"]
ANIME_QUOTE = f"__{quote}__"
# ================================================
Expand Down

0 comments on commit 879864c

Please sign in to comment.