Update src/messagehandler.js

Co-authored-by: KGT1 <kilian.gamn@gmx.de>
This commit is contained in:
zadi15 2020-09-23 09:52:51 +03:00 committed by GitHub
parent 1b7f4b786d
commit ed20432c02
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -80,9 +80,7 @@ function summonMessage (message) {
}
}
function songPlayMessage (message, itemID, argument){
getRandomDiscordColor();
//const imageUrl = getImageUrl(itemID);
function songPlayMessage (message, argument){
const play = new Discord.MessageEmbed()
.setColor(getRandomDiscordColor())
.setTitle('Now Playing')