From 0925778de0d0c774e644bb84d036fee717f51fc3 Mon Sep 17 00:00:00 2001 From: TheSomeoneXD <31833556+TheSomeoneXD@users.noreply.github.com> Date: Tue, 16 Oct 2018 20:07:20 -0500 Subject: [PATCH] Tweaked Mosiah's summon and vanish command --- Mosiah/mosiah.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Mosiah/mosiah.js b/Mosiah/mosiah.js index f4b5de1..5c302fe 100644 --- a/Mosiah/mosiah.js +++ b/Mosiah/mosiah.js @@ -58,10 +58,10 @@ client.on('message', async message => { else message.reply("I'm out and about right now. Don't wanna get found by the wrong peoples."); break; - case "summon": + case "msummon": if (isAdmin(message.author.id)) MosiahTurnOnline(); break; - case "vanish": + case "mvanish": if (isAdmin(message.author.id)) MosiahTurnOffline(); break; case "rigged":