fixed "thing" to "utility"

Commando
Loic Bersier 6 years ago
parent a16b26ee72
commit 5151b72b9b

@ -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…
Cancel
Save