diff options
| author | Unknown <Alee14498@gmail.com> | 2017-11-05 17:02:49 -0500 |
|---|---|---|
| committer | Unknown <Alee14498@gmail.com> | 2017-11-05 17:02:49 -0500 |
| commit | f286c1410cca79a0de6227e4f321706aa638bbf2 (patch) | |
| tree | 2a57334a82edaa8b88b788f5de7656d31e3b8ba8 | |
| parent | 86a5c15e3d29fd776df93de31ac0c84c2a5fa0c6 (diff) | |
| download | AstralMod-ATC-f286c1410cca79a0de6227e4f321706aa638bbf2.tar.gz AstralMod-ATC-f286c1410cca79a0de6227e4f321706aa638bbf2.tar.bz2 AstralMod-ATC-f286c1410cca79a0de6227e4f321706aa638bbf2.zip | |
Added a new sentence to AstralMod and a new section on suggest
| -rw-r--r-- | bot.js | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -63,6 +63,9 @@ const suggestionStartMessage = "**Make a suggestion**\n" + "- Your Discord Username will be recorded and sent along with the suggestion.\n" + "- Your suggestion will be publicly visible.\n" + "- Any misuse of this command, including (but not limited to) spam will lead to appropriate discipline from staff.\n\n" + + "**Here are some things that you would put into this suggestion progress.**\n" + + "- New quotes for AstrelQuact.\n" + + "- Staff Replica.\n\n" + "**Here are some things not to suggest because they will be immediately declined.** This counts as misuse of the suggest command, so hit `q` now if you were going to suggest one of these.\n" + "- New text/voice channels.\n" + "- New bots.\n\n" + @@ -952,6 +955,8 @@ function messageChecker(oldMessage, newMessage) { message.reply("Oh that guy... THAT PERSON WHO LIKED UNDERTALE THAT STUPID PERSON!"); } else if (msg.toLowerCase().includes("mario") || msg.toLowerCase().includes("luigi")) { message.reply("Ooh! I like that game :D"); + } else if (msg.toLowerCase().includes("i'm") && msg.toLowerCase().includes("your") && msg.toLowerCase().includes("father")) { + message.reply(":no_entry_sign: **NO!** YOU'RE NOT MY FATHER! VICTOR IS MY FATHER!"); } } } |
