From 5d75d0bc65d58229db861b7a2c156ea9b866b8cd Mon Sep 17 00:00:00 2001 From: Daniel Odendahl Jr Date: Sat, 16 Sep 2017 21:28:06 +0000 Subject: [PATCH] Whoopss --- commands/image-edit/meme.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/image-edit/meme.js b/commands/image-edit/meme.js index e78d5020..0b547c0f 100644 --- a/commands/image-edit/meme.js +++ b/commands/image-edit/meme.js @@ -6,7 +6,7 @@ module.exports = class MemeCommand extends Command { constructor(client) { super(client, { name: 'meme', - group: 'fun', + group: 'image-edit', memberName: 'meme', description: 'Sends a meme with the text and background of your choice.', clientPermissions: ['ATTACH_FILES'],