mirror of
https://github.com/informaticker/discord-jellyfin-bot.git
synced 2024-11-23 18:21:55 +01:00
fix lint
This commit is contained in:
parent
515741f7c8
commit
4a65cceca3
@ -171,6 +171,7 @@ function handleChannelMessage (message) {
|
|||||||
playbackmanager.stop();
|
playbackmanager.stop();
|
||||||
}
|
}
|
||||||
} else if (message.content.startsWith(CONFIG["discord-prefix"] + "help")) {
|
} else if (message.content.startsWith(CONFIG["discord-prefix"] + "help")) {
|
||||||
|
/* eslint-disable quotes */
|
||||||
const reply = new Discord.MessageEmbed()
|
const reply = new Discord.MessageEmbed()
|
||||||
.setColor(getRandomDiscordColor())
|
.setColor(getRandomDiscordColor())
|
||||||
.setTitle("<:musical_note:757938541123862638> " + "Jellyfin Discord Music Bot" + " <:musical_note:757938541123862638> ")
|
.setTitle("<:musical_note:757938541123862638> " + "Jellyfin Discord Music Bot" + " <:musical_note:757938541123862638> ")
|
||||||
@ -194,6 +195,7 @@ function handleChannelMessage (message) {
|
|||||||
value: "Find the code for this bot at: https://github.com/KGT1/jellyfin-discord-music-bot"
|
value: "Find the code for this bot at: https://github.com/KGT1/jellyfin-discord-music-bot"
|
||||||
});
|
});
|
||||||
message.channel.send(reply);
|
message.channel.send(reply);
|
||||||
|
/* eslint-enable quotes */
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user