forked from Supositware/Haha-Yes
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) {
|
||||
super(client, {
|
||||
name: 'invite',
|
||||
group: 'thing',
|
||||
group: 'utility',
|
||||
memberName: 'invite',
|
||||
description: 'Send invite to add the bot',
|
||||
});
|
||||
|
|
|
@ -4,7 +4,7 @@ module.exports = class UpDootCommand extends Command {
|
|||
super(client, {
|
||||
name: 'updoot',
|
||||
aliases: ['vote'],
|
||||
group: 'thing',
|
||||
group: 'utility',
|
||||
memberName: 'updoot',
|
||||
description: 'Send link to updoot my bot :D.',
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue