1.0.1 • Published 7 years ago
cmd-dj-perms v1.0.1
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_name
is the lowercase version of the Discord permission nametype
can either beuser
to check the author's permissions, orself
to check the bot's permissions
Do not include the parentheses.