forked from Supositware/Haha-Yes
Fixed class names
This commit is contained in:
parent
acde60ee46
commit
2ee13f1228
4 changed files with 4 additions and 4 deletions
|
@ -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',
|
||||
|
|
|
@ -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',
|
||||
|
|
|
@ -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',
|
||||
|
|
|
@ -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',
|
||||
|
|
Loading…
Reference in a new issue