discordjs / Commando

Official command framework for discord.js
Apache License 2.0
497 stars 242 forks source link

Events and Inhibitors #207

Closed ghost closed 6 years ago

ghost commented 6 years ago

I'm not sure if this is planned or if you guys have plans to ever implement this but i'd like to see events (i.e: messageUpdate, etc.) and inhibitors separated from the main bot file similar to other frameworks and add some inhibitor types (similar to akairo).

Can be 'all' to run on all messages, 'pre' to run on messages not blocked by the built-in inhibitors, or 'post' to run on messages that are commands.

dragonfire535 commented 6 years ago

199