1
0
Fork 0
Loïc Bersier 6 years ago
parent 5a75a80ca8
commit a4f8f53a67

@ -3,7 +3,7 @@ module.exports = class AvatarCommand extends Command {
constructor(client) { constructor(client) {
super(client, { super(client, {
name: 'avatar', name: 'avatar',
group: 'general', group: 'thing',
memberName: 'avatar', memberName: 'avatar',
description: 'Send the avatar of the mentionned user.', description: 'Send the avatar of the mentionned user.',
}); });

@ -3,7 +3,7 @@ module.exports = class InviteCommand extends Command {
constructor(client) { constructor(client) {
super(client, { super(client, {
name: 'invite', name: 'invite',
group: 'general', group: 'thing',
memberName: 'invite', memberName: 'invite',
description: 'Send invite to add the bot', description: 'Send invite to add the bot',
}); });

Loading…
Cancel
Save