Skip to content

Commit

Permalink
Update API url
Browse files Browse the repository at this point in the history
  • Loading branch information
buddhhu authored Jan 31, 2024
1 parent f525a35 commit 6d65ea1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bot/quotly.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
from database import udB
from database.helpers import DEVLIST

_API = "https://bot.lyo.su/quote/generate"
_API = "https://quoteampi.onrender.com/generate"

_entities = {
types.MessageEntityPhone: "phone_number",
Expand Down

0 comments on commit 6d65ea1

Please sign in to comment.