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`, });