From 2ba3803b64df9a8c7b7a3d378a55eb9d0cb55812 Mon Sep 17 00:00:00 2001 From: Taken Date: Sun, 19 Nov 2023 19:33:56 +0100 Subject: [PATCH] Removed dev flag for uuid command --- commands/uuid.js | 1 - 1 file changed, 1 deletion(-) diff --git a/commands/uuid.js b/commands/uuid.js index 89dca76..cbae28b 100644 --- a/commands/uuid.js +++ b/commands/uuid.js @@ -6,7 +6,6 @@ module.exports = { name: 'uuid', description: 'Get a player\'s UUID', type: 'slash', - dev: true, data: new SlashCommandBuilder() .setName('uuid')