From 97d51cb3b87ebee5b0b85dcc5ae15241ef614ac3 Mon Sep 17 00:00:00 2001 From: loicbersier Date: Mon, 15 Oct 2018 00:33:42 +0200 Subject: [PATCH] forgot to move this one --- commands/{fun => images}/like.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename commands/{fun => images}/like.js (97%) diff --git a/commands/fun/like.js b/commands/images/like.js similarity index 97% rename from commands/fun/like.js rename to commands/images/like.js index d4e327c8..7c929741 100644 --- a/commands/fun/like.js +++ b/commands/images/like.js @@ -8,7 +8,7 @@ module.exports = class likeCommand extends Command { constructor(client) { super(client, { name: 'like', - group: 'fun', + group: 'images', memberName: 'like', description: `What the hell is this and why did my grandsone like it`, });