add visit source link
This commit is contained in:
parent
e4eb69e7d5
commit
29059e71d3
1 changed files with 69 additions and 68 deletions
3
main.py
3
main.py
|
@ -45,7 +45,8 @@ if response is not None and response.get('is_playing', False):
|
|||
# Format the message
|
||||
description = f"**Artists**\n{artists}\n**Album**\n{album_name}\n\n[Listen on Spotify]({track_url})"
|
||||
if playlist_name and playlist_url:
|
||||
description += f" | [{playlist_name}]({playlist_url})"
|
||||
description += f" | [{playlist_name}]({playlist_url})"
|
||||
description += f" | [visit the source](https://git.rintyuu.dev/rintyuu/discord-nowplaying)"
|
||||
|
||||
message = {
|
||||
"embeds": [
|
||||
|
|
Loading…
Add table
Reference in a new issue