Remove Now Playing command

This commit is contained in:
Christer Warén
2023-11-28 13:04:30 +02:00
parent 8b36ff0459
commit d904d65eed
3 changed files with 2 additions and 65 deletions

View File

@ -18,7 +18,7 @@ export default {
.setThumbnail("https://cdn.discordapp.com/emojis/" + client.messages.emojis["stop"].replace(/[^0-9]+/g, ''))
.setColor(client.config.embedColor)
.addFields({
name: client.messages.nowplayingTitle,
name: client.messages.playTitle1,
value: "-"
})
.setImage('https://waren.io/berriabot-temp-sa7a36a9xm6837br/images/empty-3.png')