More critical fixes, leave-vc requires MOVE_MEMBERS, memberNames

This commit is contained in:
Daniel Odendahl Jr
2018-04-24 22:17:34 +00:00
parent 6a96b979c9
commit 71ebdd95d3
15 changed files with 16 additions and 15 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ const { Command } = require('discord.js-commando');
const snekfetch = require('snekfetch');
const { MessageEmbed } = require('discord.js');
module.exports = class NeopetItemCommand extends Command {
module.exports = class NeopetsItemCommand extends Command {
constructor(client) {
super(client, {
name: 'neopets-item',