Removed dev flags

This commit is contained in:
2024-04-12 04:10:55 +02:00
parent a87e367217
commit a34f5f3b31
10 changed files with 10 additions and 10 deletions

View File

@@ -8,7 +8,7 @@ export = {
name: "whoami",
description: "Get your user info",
public: true,
dev: true,
dev: false,
data: new SlashCommandBuilder()
.setName("whoami")