summaryrefslogtreecommitdiff
path: root/bot.js
diff options
context:
space:
mode:
authorAlee <alee14498@gmail.com>2018-02-24 13:47:16 -0500
committerAlee <alee14498@gmail.com>2018-02-24 13:47:16 -0500
commit7a853724b8f406e37a9d7b74e37af778303e321e (patch)
tree43f7615f13fa2ca9a8fc354dc99a2510b356953b /bot.js
parent8d060416b06d89624a4f7418aae0f267b8361127 (diff)
downloadVTBot-7a853724b8f406e37a9d7b74e37af778303e321e.tar.gz
VTBot-7a853724b8f406e37a9d7b74e37af778303e321e.tar.bz2
VTBot-7a853724b8f406e37a9d7b74e37af778303e321e.zip
Sausages?
Diffstat (limited to 'bot.js')
-rw-r--r--bot.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/bot.js b/bot.js
index 927593a..aade2e8 100644
--- a/bot.js
+++ b/bot.js
@@ -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.")
}
}
}