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) {
|
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…
Reference in a new issue