Commands should have a way of specifying functions to execute to validate the command author's permissions to run the command (@check &func/1 perhaps?). Those functions could also check things like "is this command in a guild"
For now those permission checks could simply be functions available in a module somewhere, but eventually it would be nice if it was available through @check
Commands should have a way of specifying functions to execute to validate the command author's permissions to run the command (
@check &func/1perhaps?). Those functions could also check things like "is this command in a guild"For now those permission checks could simply be functions available in a module somewhere, but eventually it would be nice if it was available through
@check