diff --git a/src/commands/whoami.ts b/src/commands/whoami.ts index 8f586a2..374f4f2 100644 --- a/src/commands/whoami.ts +++ b/src/commands/whoami.ts @@ -9,7 +9,7 @@ export = { description: "Get your user info", type: "slash", public: true, - dev: true, + dev: false, data: new SlashCommandBuilder() .setName("whoami")