- Add client to onAdd and onRemove events
- Revert "Ignore reaction add/remove events triggered by bots". The change made reactions on messages posted by bots not trigger
onAdd
oronRemove
- Ignore reaction add/remove events triggered by bots
- Add user to reactions onAdd and onRemove
- Move all rollup plugins to devDependencies to remove warning on installation
- Add
createReaction
API for triggering commands on adding or removing reactions - Make passing commands to Monbot configuration optional
- Remove required roles, channels and guild from examples
- Fix parseArgs using defaults value instead if given one
- Change discord.js to peerDependencies
- Moved pino to dependencies to fix missing dependency
- Fix word triggers to work in a sentence. Was not triggering if there was not space after the trigger word
- Change setting bot admins to be optional
- Initial
createCommand
API - Project setup