From 5151b72b9b4a86556fe793c868cf40b302f8d50a Mon Sep 17 00:00:00 2001
From: Loic Bersier <loic.bersier1@gmail.com>
Date: Mon, 17 Sep 2018 17:02:39 +0200
Subject: [PATCH]  fixed "thing" to "utility"

---
 commands/utility/invite.js | 2 +-
 commands/utility/updoot.js | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/commands/utility/invite.js b/commands/utility/invite.js
index d4c3dead..97d5815a 100644
--- a/commands/utility/invite.js
+++ b/commands/utility/invite.js
@@ -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',
         });
diff --git a/commands/utility/updoot.js b/commands/utility/updoot.js
index abc01120..363af434 100644
--- a/commands/utility/updoot.js
+++ b/commands/utility/updoot.js
@@ -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.',
         });