Skip to content

Commit

Permalink
Update nowplaying.js
Browse files Browse the repository at this point in the history
  • Loading branch information
N1R0tka authored Sep 20, 2021
1 parent 0d194d2 commit 31a958b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/slashCommands/nowplaying.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ module.exports = {
allowedMentions: false
}).then(async function() {
setInterval(() => {
interaction.editfollowUp({
interaction.editReply({
embeds: [new MessageEmbed()
.setColor('YELLOW')
.setAuthor(track.name, track.Thumbnail, track.url)
Expand All @@ -94,4 +94,4 @@ module.exports = {
}
}
},
};
};

0 comments on commit 31a958b

Please # to comment.