diff options
| author | Trey <32907415+thepokesudenk@users.noreply.github.com> | 2017-11-16 17:21:15 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-11-16 17:21:15 -0500 |
| commit | aa6aa01bfb8c5d91950d46a11ecfb2f166736705 (patch) | |
| tree | f99ead2118d63378da67b918cad59158d1dbb69b | |
| parent | 5f3561acfd26115f97ca0f857f1f24aa52c628eb (diff) | |
| download | AstralMod-ATC-aa6aa01bfb8c5d91950d46a11ecfb2f166736705.tar.gz AstralMod-ATC-aa6aa01bfb8c5d91950d46a11ecfb2f166736705.tar.bz2 AstralMod-ATC-aa6aa01bfb8c5d91950d46a11ecfb2f166736705.zip | |
Replace "JXBot" with "WaterBot"
| -rw-r--r-- | bot.js | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -83,7 +83,7 @@ function setGame() { presence.game.name = "with ban buttons"; break; //SCRUATCHO case 1: - presence.game.name = "Fighting JXBot"; + presence.game.name = "Fighting WaterBot"; break; case 2: presence.game.name = "Annoy Victor"; @@ -875,7 +875,7 @@ function messageChecker(oldMessage, newMessage) { if (message.author.id == 361202413165608962) { message.reply("BEGONE. You're a undertale fan. :sob:"); } else { - if (msg.toLowerCase().includes("jxbot")) { + if (msg.toLowerCase().includes("waterbot")) { message.reply(":no_entry_sign: YA MENTIONED THE INFERIOR BOT. [punches hand and shakes head slowly]"); } else if (msg.toLowerCase().includes("stop") || (msg.toLowerCase().includes("shut") && msg.toLowerCase().includes("up"))) { |
