mpsparrow / applesauce

Applesauce is a lightweight Discord bot that provides a plugin management framework to enable powerful modular configurations
https://applesauce.site
GNU General Public License v3.0
4 stars 0 forks source link

Find a way to hook into `on_command` to disable actions #96

Open mpsparrow opened 4 years ago

mpsparrow commented 4 years ago

Don't know if this is even going to be possible. If I am able to get on_command to stop a command in action, then I will be able to remove the @is_guild_enabled check and have it properly work for all plugins without needing the check on each command.