Fixed the group

This commit is contained in:
loicbersier 2018-10-08 19:11:07 +02:00
parent c740459352
commit ef4c003bd8

View file

@ -3,7 +3,7 @@ module.exports = class supportMeCommand extends Command {
constructor(client) {
super(client, {
name: 'supportme',
group: 'fun',
group: 'utility',
memberName: 'supportme',
description: `Support me and my bot`,
});