Restored like it was before
This commit is contained in:
parent
0f845a5f17
commit
17e0730ad5
1 changed files with 2 additions and 2 deletions
|
@ -1,10 +1,10 @@
|
||||||
const { Command } = require('discord.js-commando');
|
const { Command } = require('discord.js-commando');
|
||||||
module.exports = class GAssignRankCommand extends Command {
|
module.exports = class AssignRankCommand extends Command {
|
||||||
constructor(client) {
|
constructor(client) {
|
||||||
super(client, {
|
super(client, {
|
||||||
name: 'assignrank',
|
name: 'assignrank',
|
||||||
group: 'admin',
|
group: 'admin',
|
||||||
memberName: 'Assignrank',
|
memberName: 'assignrank',
|
||||||
description: 'Assign a rank to the mentionned user',
|
description: 'Assign a rank to the mentionned user',
|
||||||
clientPermissions: ['MANAGE_ROLES'],
|
clientPermissions: ['MANAGE_ROLES'],
|
||||||
userPermissions: ['MANAGE_ROLES'],
|
userPermissions: ['MANAGE_ROLES'],
|
||||||
|
|
Loading…
Reference in a new issue