From a4f8f53a675fb1a669cce979abe146421dfc2735 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Bersier?= Date: Sat, 8 Sep 2018 03:56:48 +0200 Subject: [PATCH] --- commands/thing/avatar.js | 2 +- commands/thing/invite.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/commands/thing/avatar.js b/commands/thing/avatar.js index befdf15c..be5f6507 100644 --- a/commands/thing/avatar.js +++ b/commands/thing/avatar.js @@ -3,7 +3,7 @@ module.exports = class AvatarCommand extends Command { constructor(client) { super(client, { name: 'avatar', - group: 'general', + group: 'thing', memberName: 'avatar', description: 'Send the avatar of the mentionned user.', }); diff --git a/commands/thing/invite.js b/commands/thing/invite.js index 28ee5b17..f8ee9ade 100644 --- a/commands/thing/invite.js +++ b/commands/thing/invite.js @@ -3,7 +3,7 @@ module.exports = class InviteCommand extends Command { constructor(client) { super(client, { name: 'invite', - group: 'general', + group: 'thing', memberName: 'invite', description: 'Send invite to add the bot', });