Type Alias CommandHasPermission<Inst>Internal

CommandHasPermission: (bot: Inst, int: Interaction) => Promise<boolean>

Typings for A function that checks if a user has permission to run a command.

Type Parameters

Type declaration