diff --git a/commands/utility/listemote.js b/commands/utility/listemote.js
index 57d86890..43798079 100644
--- a/commands/utility/listemote.js
+++ b/commands/utility/listemote.js
@@ -3,7 +3,7 @@ module.exports = class listEmoteCommand extends Command {
     constructor(client) {
         super(client, {
             name: 'listemote',
-            group: 'fun',
+            group: 'utility',
             memberName: 'listemote',
             description: `List the emotes available on the server`,
         });