mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-03 23:36:43 +02:00
More critical fixes, leave-vc requires MOVE_MEMBERS, memberNames
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user