david 2 years ago
parent
commit
ae155f2b16
  1. 2
      READMD.md
  2. 2
      index.js

2
READMD.md

@ -1,3 +1,3 @@
# blenderbot
i'm a bot
i'm a bot!

2
index.js

@ -251,7 +251,7 @@ bot.on('message', (event) => {
// msgs that only care about matching exactly the string
// msgs that just find a word
// msgs that just find a word!
if (msg.includes('blender'))
sendMessage(`msg from ${fromNick}`, event.message);

Loading…
Cancel
Save