Respository for a bot that counts how many times the word has been said and reacts to every message with the letters in it.
models | ||
.gitignore | ||
client.js | ||
db.js | ||
example.env | ||
package-lock.json | ||
package.json | ||
readme.md |
A bot that counts that counts how many the letters where used in messages. It also reacts to the messages that have the letters in it.
The configuration is based on a .env
file. See the example.env file for the configuration options.
It is currently only based on the cloud version of mongodb.
This bot is based on shrimpBot. Converted the DB from postgres to mongodb