This commit is contained in:
parent
9dded7ea44
commit
a16b26ee72
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
const { Command } = require('discord.js-commando');
|
const { Command } = require('discord.js-commando');
|
||||||
const responseObject = require("../../funFact.json");
|
const responseObject = require("../../funfact.json");
|
||||||
module.exports = class FunFactCommand extends Command {
|
module.exports = class FunFactCommand extends Command {
|
||||||
constructor(client) {
|
constructor(client) {
|
||||||
super(client, {
|
super(client, {
|
||||||
|
|
Loading…
Reference in a new issue