mirror of
https://github.com/litruv/DAdmin.git
synced 2026-07-24 10:46:14 +10:00
changed over = to :, whoops
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
module.exports = {
|
||||
name = 'Permissions',
|
||||
alias =['permissions'],
|
||||
helptext = 'Check permissions for user',
|
||||
helphide = false,
|
||||
permissions =['MANAGE_ROLES_OR_PERMISSIONS'],
|
||||
args =['@Tag'],
|
||||
category = 'admin',
|
||||
command = (client, msg) => {
|
||||
name: 'Permissions',
|
||||
alias: ['permissions'],
|
||||
helptext: 'Check permissions for user',
|
||||
helphide: false,
|
||||
permissions: ['MANAGE_ROLES_OR_PERMISSIONS'],
|
||||
args: ['@Tag'],
|
||||
category: 'admin',
|
||||
command: (client, msg) => {
|
||||
if (msg.mentions.members.array().length != 1)
|
||||
return;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user