From 8b639dcc02c073991b3db8a43e54a4a51ed4b3fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Bersier?= Date: Sat, 8 Sep 2018 20:51:41 +0200 Subject: [PATCH] Fixed a mistake --- commands/fun/badmeme.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/fun/badmeme.js b/commands/fun/badmeme.js index ce7d5df..2ba4807 100644 --- a/commands/fun/badmeme.js +++ b/commands/fun/badmeme.js @@ -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, {