Fixing language structure

This commit is contained in:
A Bunch of Computer Nerds 2024-12-17 13:11:51 -03:00
parent 9c0126738e
commit ef079eb033
3 changed files with 7 additions and 7 deletions

View file

@ -102,7 +102,7 @@ module.exports = (bot) => {
const trackName = track.name;
const artistName = track.artist['#text'];
const nowPlaying = track['@attr'] && track['@attr'].nowplaying ? Strings.lastFmListeningNow : Strings.lastFmLastPlayed;
const nowPlaying = track['@attr'] && track['@attr'].nowplaying ? Strings.varIs : Strings.varWas;
const imageExtralarge = track.image.find(img => img.size === 'extralarge');