1.0.1 • Published 7 years ago

cmd-dj-perms v1.0.1

Weekly downloads
-
License
ISC
Repository
-
Last release
7 years ago

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 name
  • type can either be user to check the author's permissions, or self to check the bot's permissions

Do not include the parentheses.