Fix all of these

This commit is contained in:
Daniel Odendahl Jr
2017-09-27 01:01:18 +00:00
parent bee36b3f19
commit 763f5d2c5e
9 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ const { MessageEmbed } = require('discord.js');
const filterLevels = ['Off', 'No Role', 'Everyone'];
const verificationLevels = ['None', 'Low', 'Medium', '(╯°□°)╯︵ ┻━┻', '┻━┻ ミヽ(ಠ益ಠ)ノ彡┻━┻'];
module.exports = class GuildInfoCommand extends Command {
module.exports = class ServerInfoCommand extends Command {
constructor(client) {
super(client, {
name: 'server-info',