Adding BeforeExecutionCheck to CommandsNextConfiguration
Created by: ghost
This Func<DiscordMessage, bool> will be executed before the execution of a command, if it returns false the execution will stop.
This is good for people having a black/whitelist system or want to check for specific things before a command will be executed.