forked from Supositware/Haha-Yes
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');
|
||||
module.exports = class GAssignRankCommand extends Command {
|
||||
module.exports = class AssignRankCommand extends Command {
|
||||
constructor(client) {
|
||||
super(client, {
|
||||
name: 'assignrank',
|
||||
group: 'admin',
|
||||
memberName: 'Assignrank',
|
||||
memberName: 'assignrank',
|
||||
description: 'Assign a rank to the mentionned user',
|
||||
clientPermissions: ['MANAGE_ROLES'],
|
||||
userPermissions: ['MANAGE_ROLES'],
|
||||
|
|
Loading…
Reference in a new issue