mirror of
https://github.com/informaticker/discord-jellyfin-bot.git
synced 2024-11-23 18:21:55 +01:00
Removed unnecessary function
This commit is contained in:
parent
ed20432c02
commit
6c0ef87c35
@ -60,7 +60,6 @@ function summon (voiceChannel) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function summonMessage (message) {
|
function summonMessage (message) {
|
||||||
getRandomDiscordColor();
|
|
||||||
if (!message.member.voice.channel) {
|
if (!message.member.voice.channel) {
|
||||||
message.reply("please join a voice channel to summon me!");
|
message.reply("please join a voice channel to summon me!");
|
||||||
} else if (message.channel.type === "dm") {
|
} else if (message.channel.type === "dm") {
|
||||||
|
Loading…
Reference in New Issue
Block a user