forked from Supositware/Haha-Yes
Fixed a mistake
This commit is contained in:
parent
c3c55dee44
commit
8b639dcc02
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
const { Command } = require('discord.js-commando');
|
||||
const responseObject = require("../../picVid.json");
|
||||
const responseObject = require("../../randPic.json");
|
||||
module.exports = class BadmemeCommand extends Command {
|
||||
constructor(client) {
|
||||
super(client, {
|
||||
|
|
Loading…
Reference in a new issue