mirror of
https://github.com/informaticker/discord-jellyfin-bot.git
synced 2024-11-23 18:21:55 +01:00
Update src/messagehandler.js
Co-authored-by: KGT1 <kilian.gamn@gmx.de>
This commit is contained in:
parent
1b7f4b786d
commit
ed20432c02
@ -80,9 +80,7 @@ function summonMessage (message) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
function songPlayMessage (message, itemID, argument){
|
function songPlayMessage (message, argument){
|
||||||
getRandomDiscordColor();
|
|
||||||
//const imageUrl = getImageUrl(itemID);
|
|
||||||
const play = new Discord.MessageEmbed()
|
const play = new Discord.MessageEmbed()
|
||||||
.setColor(getRandomDiscordColor())
|
.setColor(getRandomDiscordColor())
|
||||||
.setTitle('Now Playing')
|
.setTitle('Now Playing')
|
||||||
|
Loading…
Reference in New Issue
Block a user