From 536c9b32f7909bb8c076061910dc1fce1917604b Mon Sep 17 00:00:00 2001 From: Max Litruv Boonzaayer Date: Fri, 26 Apr 2019 03:21:06 +1000 Subject: [PATCH] stopping tripple message bs. --- plugins/autovoicechannel.js | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/plugins/autovoicechannel.js b/plugins/autovoicechannel.js index bfcb551..2393d7d 100644 --- a/plugins/autovoicechannel.js +++ b/plugins/autovoicechannel.js @@ -21,9 +21,7 @@ module.exports = { .then(chan => { chan.setParent(autoparent) chan.setTopic(cid) - chan.send(newMember + " **Hey**, this is the Text channel for your voice chat.\r\n **IT WILL BE DELETED ONCE EVERYONE LEAVES**") - chan.send("If you would like to **share screens** or use your **webcam**: ****") - chan.send("*⁽ᵗʰᶦˢ ᶠᵉᵃᵗᵘʳᵉ ᶦˢ ᵒⁿˡʸ ᵃᵛᵃᶦˡᵃᵇˡᵉ ᶦᶠ ʸᵒᵘ'ʳᵉ ᶦⁿ ᵗʰᵉ ᶜʰᵃᵗ⁾*") + chan.send(newMember + " **Hey**, this is the Text channel for your voice chat.\r\n **IT WILL BE DELETED ONCE EVERYONE LEAVES**\nIf you would like to **share screens** or use your **webcam**: ****\n*⁽ᵗʰᶦˢ ᶠᵉᵃᵗᵘʳᵉ ᶦˢ ᵒⁿˡʸ ᵃᵛᵃᶦˡᵃᵇˡᵉ ᶦᶠ ʸᵒᵘ'ʳᵉ ᶦⁿ ᵗʰᵉ ᶜʰᵃᵗ⁾*") //chan.send("https://gfycat.com/RadiantFoolishAmmonite") console.log("Made a Auto Channel Set: " + newMember.presence.game.name + " - " + newMember.displayName) @@ -45,9 +43,7 @@ module.exports = { .then(chan => { chan.setParent(autoparent) chan.setTopic(cid) - chan.send(newMember + " **Hey**, this is the Text channel for your voice chat.\r\n **IT WILL BE DELETED ONCE EVERYONE LEAVES**") - chan.send("\\***NEW**\\* If you would like to **share screens** or use your **webcam**: ****") - chan.send("*⁽ᵗʰᶦˢ ᶠᵉᵃᵗᵘʳᵉ ᶦˢ ᵒⁿˡʸ ᵃᵛᵃᶦˡᵃᵇˡᵉ ᶦᶠ ʸᵒᵘ'ʳᵉ ᶦⁿ ᵗʰᵉ ᶜʰᵃᵗ⁾*") + chan.send(newMember + " **Hey**, this is the Text channel for your voice chat.\r\n **IT WILL BE DELETED ONCE EVERYONE LEAVES**\nIf you would like to **share screens** or use your **webcam**: ****\n*⁽ᵗʰᶦˢ ᶠᵉᵃᵗᵘʳᵉ ᶦˢ ᵒⁿˡʸ ᵃᵛᵃᶦˡᵃᵇˡᵉ ᶦᶠ ʸᵒᵘ'ʳᵉ ᶦⁿ ᵗʰᵉ ᶜʰᵃᵗ⁾*") // chan.send("https://gfycat.com/RadiantFoolishAmmonite") console.log("Made a Auto Channel Set: General - " + newMember.displayName)