diff options
| author | Alee14 <Alee14498@gmail.com> | 2017-08-12 20:50:25 -0400 |
|---|---|---|
| committer | Alee14 <Alee14498@gmail.com> | 2017-08-12 20:50:25 -0400 |
| commit | 1219bd9027b6939abd882ab3daabbde49f4e54b1 (patch) | |
| tree | dda226ee4cc30459db793782776f67d184412f9c | |
| parent | 18c9770a47b28255f955549c7d9247d37d1b1570 (diff) | |
| download | AleeBot-1219bd9027b6939abd882ab3daabbde49f4e54b1.tar.gz AleeBot-1219bd9027b6939abd882ab3daabbde49f4e54b1.tar.bz2 AleeBot-1219bd9027b6939abd882ab3daabbde49f4e54b1.zip | |
New messages for AleeBot
| -rw-r--r-- | aleebot.js | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -247,7 +247,9 @@ commandProcessed = true; "Yes.", "No.", "Maybe.", - "I don't know?" + "I don't know?", + "Hmm let me think :thinking:", + "ERROR 3029131 OVERFLOW!!!!" ]; if (args[1]) { message.channel.sendMessage(abaskanswer[Math.floor(Math.random() * abaskanswer.length)]); |
