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
@@ -3,7 +3,7 @@ const { createCanvas, loadImage } = require('canvas');
const snekfetch = require('snekfetch');
const path = require('path');
module.exports = class YearsCommand extends Command {
module.exports = class ThreeThousandYearsCommand extends Command {
constructor(client) {
super(client, {
name: '3000-years',
+1 -1
View File
@@ -4,7 +4,7 @@ const snekfetch = require('snekfetch');
const path = require('path');
const { greyscale } = require('../../util/Canvas');
module.exports = class RIPCommand extends Command {
module.exports = class RipCommand extends Command {
constructor(client) {
super(client, {
name: 'rip',