Skip to content

Commit

Permalink
Update lyrics.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Tanjiroop authored Aug 17, 2024
1 parent e570101 commit c5366c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/helpers/lyrics.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ async def lyrics(client, message):
return

song_name = " ".join(args[1:])
api = f"https://horrid-api.onrender.com/lyrics?song={song_name}"
api = f"https://horrid-api-yihb.onrender.com/lyrics?song={song_name}"

try:
response = requests.get(api)
Expand Down

0 comments on commit c5366c7

Please sign in to comment.