cmd-dj-perms
v1.0.1
Published
Permission Checks module for cmd-dj
Downloads
3
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_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.