cmd-dj-perms
v1.0.1
Published
Permission Checks module for cmd-dj
Maintainers
Readme
cmd-dj Permission Checks Module
Add the module to your bot
dj.modules.add(require('cmd-dj-perms'));Usage
All the checks are formatted as follows:
'perms.(perm_name).(type)'perm_nameis the lowercase version of the Discord permission nametypecan either beuserto check the author's permissions, orselfto check the bot's permissions
Do not include the parentheses.
