From 7a853724b8f406e37a9d7b74e37af778303e321e Mon Sep 17 00:00:00 2001 From: Alee Date: Sat, 24 Feb 2018 13:47:16 -0500 Subject: Sausages? --- bot.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'bot.js') 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.") } } } -- cgit v1.2.3