Tweaked Mosiah's summon and vanish command

This commit is contained in:
TheSomeoneXD
2018-10-16 20:07:20 -05:00
parent 1b408150d5
commit 0925778de0

View File

@@ -58,10 +58,10 @@ client.on('message', async message => {
else else
message.reply("I'm out and about right now. Don't wanna get found by the wrong peoples."); message.reply("I'm out and about right now. Don't wanna get found by the wrong peoples.");
break; break;
case "summon": case "msummon":
if (isAdmin(message.author.id)) MosiahTurnOnline(); if (isAdmin(message.author.id)) MosiahTurnOnline();
break; break;
case "vanish": case "mvanish":
if (isAdmin(message.author.id)) MosiahTurnOffline(); if (isAdmin(message.author.id)) MosiahTurnOffline();
break; break;
case "rigged": case "rigged":