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) {
super(client, {
name: 'avatar',
group: 'general',
group: 'thing',
memberName: 'avatar',
description: 'Send the avatar of the mentionned user.',
});

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

Loading…
Cancel
Save