From 2ee13f12285cb11b6862f226da97502efb887c26 Mon Sep 17 00:00:00 2001
From: loicbersier <loic.bersier1@gmail.com>
Date: Mon, 1 Oct 2018 16:17:33 +0200
Subject: [PATCH] Fixed class names

---
 commands/fun/advice.js       | 2 +-
 commands/utility/feedback.js | 2 +-
 commands/utility/info.js     | 2 +-
 commands/utility/stats.js    | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/commands/fun/advice.js b/commands/fun/advice.js
index a8bc8814..36007ed0 100644
--- a/commands/fun/advice.js
+++ b/commands/fun/advice.js
@@ -1,7 +1,7 @@
 const { Command } = require('discord.js-commando');
 const Discord = require('discord.js');
 const fetch = require('node-fetch')
-module.exports = class RandoCatCommand extends Command {
+module.exports = class AdviceCommand extends Command {
     constructor(client) {
         super(client, {
             name: 'advice',
diff --git a/commands/utility/feedback.js b/commands/utility/feedback.js
index ca7d7596..ad478b52 100644
--- a/commands/utility/feedback.js
+++ b/commands/utility/feedback.js
@@ -1,6 +1,6 @@
 const { Command } = require('discord.js-commando');
 const { feedbackChannel } = require('../../config.json');
-module.exports = class sayCommand extends Command {
+module.exports = class feedbackCommand extends Command {
     constructor(client) {
         super(client, {
             name: 'feedback',
diff --git a/commands/utility/info.js b/commands/utility/info.js
index 369ca17a..8d8b8080 100644
--- a/commands/utility/info.js
+++ b/commands/utility/info.js
@@ -1,7 +1,7 @@
 const { Command } = require('discord.js-commando');
 const Discord = require('discord.js');
 const fetch = require('node-fetch')
-module.exports = class RandoCatCommand extends Command {
+module.exports = class InfoCommand extends Command {
     constructor(client) {
         super(client, {
             name: 'info',
diff --git a/commands/utility/stats.js b/commands/utility/stats.js
index 418096a1..e1bf211e 100644
--- a/commands/utility/stats.js
+++ b/commands/utility/stats.js
@@ -1,5 +1,5 @@
 const { Command } = require('discord.js-commando');
-module.exports = class MeowCommand extends Command {
+module.exports = class statsCommand extends Command {
     constructor(client) {
         super(client, {
             name: 'stats',