diff options
| author | Alee <alee14498@gmail.com> | 2018-02-24 13:47:16 -0500 |
|---|---|---|
| committer | Alee <alee14498@gmail.com> | 2018-02-24 13:47:16 -0500 |
| commit | 7a853724b8f406e37a9d7b74e37af778303e321e (patch) | |
| tree | 43f7615f13fa2ca9a8fc354dc99a2510b356953b | |
| parent | 8d060416b06d89624a4f7418aae0f267b8361127 (diff) | |
| download | VTBot-7a853724b8f406e37a9d7b74e37af778303e321e.tar.gz VTBot-7a853724b8f406e37a9d7b74e37af778303e321e.tar.bz2 VTBot-7a853724b8f406e37a9d7b74e37af778303e321e.zip | |
Sausages?
| -rw-r--r-- | bot.js | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -71,6 +71,8 @@ client.on('message', msg => { msg.reply("Excuse me?") } else if (msg.content.toLowerCase().includes("kden")) { msg.reply("live") + } else if (msg.content.toLowerCase().includes("sausages")) { + msg.reply("Sausages.") } } } |
