Destroying Last.fm command codebase by doing more friendly messages to the user

This commit is contained in:
Luquinhas 2024-12-17 13:01:11 -03:00
parent 5d838095b2
commit 9c0126738e
4 changed files with 24 additions and 9 deletions

View file

@ -7,6 +7,7 @@
"unKnown": "Unknown",
"varYes": "Yes",
"varNo": "No",
"varTo": " to",
"varNone": "None",
"invalidOption": "Whoops! Invalid option!",
"kickingMyself": "*Since you don't need me, I'll leave.*",
@ -37,10 +38,11 @@
"lastFmNoUser": "*Please provide a Last.fm username.*\nExample: `/setuser <username>`",
"lastFmNoSet": "*You haven't set your Last.fm username yet.*\nUse the command /setuser to set.\n\nExample: `/setuser <username>`",
"lastFmNoRecent": "*No recent tracks found for Last.fm user* `{lastfmUser}`*.*",
"lastFmListeningNow": "Listening now",
"lastFmListeningNow": "is",
"lastFmUserSet": "*Your Last.fm username has been set to:* `{lastUser}`.",
"lastFmLastPlayed": "Last played",
"lastFmStatusFor": "*Last.fm status for user* {lastfmUser}*:*\n\n*{nowPlaying}*: {trackName} by {artistName} \n\n*Number of plays*: {plays}",
"lastFmLastPlayed": "was",
"lastFmStatusFor": "{lastfmUser} *{nowPlaying} listening{playCount}*:\n\n{trackName} by {artistName}",
"lastFmPlayCount": " by the {plays}th time",
"lastFmErr": "*Error retrieving data for Last.fm user* {lastfmUser}.\n\n`{err}`",
"currentCommit": "*Current commit:* `{commitHash}`",
"errorRetrievingCommit": "*Error retrieving commit:* {error}",