Skip to content

Adding BeforeExecutionCheck to CommandsNextConfiguration

Mateusz Brawański requested to merge second into master

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.

Merge request reports

Loading