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