fixed "thing" to "utility"
This commit is contained in:
parent
a16b26ee72
commit
5151b72b9b
2 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@ module.exports = class InviteCommand extends Command {
|
||||||
constructor(client) {
|
constructor(client) {
|
||||||
super(client, {
|
super(client, {
|
||||||
name: 'invite',
|
name: 'invite',
|
||||||
group: 'thing',
|
group: 'utility',
|
||||||
memberName: 'invite',
|
memberName: 'invite',
|
||||||
description: 'Send invite to add the bot',
|
description: 'Send invite to add the bot',
|
||||||
});
|
});
|
||||||
|
|
|
@ -4,7 +4,7 @@ module.exports = class UpDootCommand extends Command {
|
||||||
super(client, {
|
super(client, {
|
||||||
name: 'updoot',
|
name: 'updoot',
|
||||||
aliases: ['vote'],
|
aliases: ['vote'],
|
||||||
group: 'thing',
|
group: 'utility',
|
||||||
memberName: 'updoot',
|
memberName: 'updoot',
|
||||||
description: 'Send link to updoot my bot :D.',
|
description: 'Send link to updoot my bot :D.',
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue