forked from Supositware/Haha-Yes
now use json folder
This commit is contained in:
parent
faffc1d417
commit
0e67407beb
3 changed files with 3 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
const { Command } = require('discord.js-commando');
|
||||
const responseObject = require("../../randPic.json");
|
||||
const responseObject = require("../../json/randPic.json");
|
||||
module.exports = class BadmemeCommand extends Command {
|
||||
constructor(client) {
|
||||
super(client, {
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
const { Command } = require('discord.js-commando');
|
||||
const responseObject = require("../../randVid.json");
|
||||
const responseObject = require("../../json/randVid.json");
|
||||
module.exports = class dankCommand extends Command {
|
||||
constructor(client) {
|
||||
super(client, {
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
const { Command } = require('discord.js-commando');
|
||||
const responseObject = require("../../funfact.json");
|
||||
const responseObject = require("../../json/funfact.json");
|
||||
module.exports = class FunFactCommand extends Command {
|
||||
constructor(client) {
|
||||
super(client, {
|
||||
|
|
Loading…
Reference in a new issue