forked from Supositware/Haha-Yes
This commit is contained in:
parent
5a75a80ca8
commit
a4f8f53a67
2 changed files with 2 additions and 2 deletions
|
@ -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…
Reference in a new issue