Removed dev flag

This commit is contained in:
2023-12-31 18:15:02 +01:00
parent ad266ef97c
commit 18f5ba36a3

View File

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