Skip to content

Commit

Permalink
Update API url
Browse files Browse the repository at this point in the history
  • Loading branch information
buddhhu committed Jan 31, 2024
1 parent 7f5d75a commit d9838a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyUltroid/fns/misc.py
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ async def get_synonyms_or_antonyms(word, type_of_words):


class Quotly:
_API = "https://bot.lyo.su/quote/generate"
_API = "https://quoteampi.onrender.com/generate"
_entities = {
types.MessageEntityPhone: "phone_number",
types.MessageEntityMention: "mention",
Expand Down

0 comments on commit d9838a0

Please sign in to comment.