1
0
Fork 0

Restored like it was before

Commando
Loïc Bersier 6 years ago
parent 0f845a5f17
commit 17e0730ad5

@ -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…
Cancel
Save