From c482e458d69a664c4a03ed8b78a5bf1f7a307cff Mon Sep 17 00:00:00 2001 From: loicbersier Date: Mon, 15 Oct 2018 00:32:19 +0200 Subject: [PATCH] new "images" group --- commands/{fun => images}/god.js | 2 +- commands/{fun => images}/idubbbz.js | 2 +- commands/{fun => images}/idubbbzpaint.js | 2 +- index.js | 2 ++ 4 files changed, 5 insertions(+), 3 deletions(-) rename commands/{fun => images}/god.js (97%) rename commands/{fun => images}/idubbbz.js (98%) rename commands/{fun => images}/idubbbzpaint.js (98%) diff --git a/commands/fun/god.js b/commands/images/god.js similarity index 97% rename from commands/fun/god.js rename to commands/images/god.js index cfff3a1b..0c91254c 100644 --- a/commands/fun/god.js +++ b/commands/images/god.js @@ -8,7 +8,7 @@ module.exports = class godCommand extends Command { constructor(client) { super(client, { name: 'god', - group: 'fun', + group: 'images', memberName: 'god', description: `Retweet if you aren't afraid to have a picture of god on your timeline`, }); diff --git a/commands/fun/idubbbz.js b/commands/images/idubbbz.js similarity index 98% rename from commands/fun/idubbbz.js rename to commands/images/idubbbz.js index 17c8fb6f..45ede622 100644 --- a/commands/fun/idubbbz.js +++ b/commands/images/idubbbz.js @@ -9,7 +9,7 @@ module.exports = class idubbbzCommand extends Command { super(client, { name: 'idubbbz', aliases: ['idubbz', 'edups'], - group: 'fun', + group: 'images', memberName: 'idubbbz', description: `Put the text you send in idubbbz piece of paper`, args: [ diff --git a/commands/fun/idubbbzpaint.js b/commands/images/idubbbzpaint.js similarity index 98% rename from commands/fun/idubbbzpaint.js rename to commands/images/idubbbzpaint.js index 71df4a63..33af0ea4 100644 --- a/commands/fun/idubbbzpaint.js +++ b/commands/images/idubbbzpaint.js @@ -9,7 +9,7 @@ module.exports = class idubbbzpaintCommand extends Command { super(client, { name: 'idubbbzpaint', aliases: ['idubbzpaint', 'edupspaint'], - group: 'fun', + group: 'images', memberName: 'painting', description: `Put the image you send or you in idubbbz painting`, args: [ diff --git a/index.js b/index.js index 4f12ad7e..83e52113 100644 --- a/index.js +++ b/index.js @@ -19,9 +19,11 @@ client.registry .registerDefaultTypes() .registerGroups([ ['fun', 'Fun'], + ['images', 'Images'], ['utility', 'Utility'], ['admin', 'Admins'], ['owner', 'Owner'], + ]) .registerDefaultGroups() .registerDefaultCommands({