mirror of
https://github.com/Ratstail91/SANCTUM.git
synced 2025-11-29 02:24:27 +11:00
Tweaked Mosiah's summon and vanish command
This commit is contained in:
@@ -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":
|
||||||
|
|||||||
Reference in New Issue
Block a user