fixed "thing" to "utility"

This commit is contained in:
Loic Bersier 2018-09-17 17:02:39 +02:00
parent a16b26ee72
commit 5151b72b9b
2 changed files with 2 additions and 2 deletions

View file

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

View file

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