Restored like it was before

This commit is contained in:
Loïc Bersier 2018-09-09 20:34:09 +02:00
parent 0f845a5f17
commit 17e0730ad5

View file

@ -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'],