From ef4c003bd8f88f1ae9c9c7d2389bf29b7f331a11 Mon Sep 17 00:00:00 2001 From: loicbersier Date: Mon, 8 Oct 2018 19:11:07 +0200 Subject: [PATCH] Fixed the group --- commands/utility/supportme.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/utility/supportme.js b/commands/utility/supportme.js index dea4631..43da90f 100644 --- a/commands/utility/supportme.js +++ b/commands/utility/supportme.js @@ -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`, });