Skip to content

Commit

Permalink
Show anime name while hovering over the large image
Browse files Browse the repository at this point in the history
  • Loading branch information
Wraient committed Nov 4, 2024
1 parent b5aaa2e commit a9d2086
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/api/discord.go
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ func DiscordPresence(clientId string, anime Anime, isPaused bool) error {
activity := client.Activity{
Details: anime.Name,
LargeImage: anime.ImageURL,
LargeText: anime.Name,
State: state,
Buttons: []*client.Button{
{
Expand Down

0 comments on commit a9d2086

Please sign in to comment.