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.
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.