Added dev flag to all commands with value false

This commit is contained in:
2023-11-30 18:10:53 +01:00
parent f55a69434a
commit d3f814e1ea
22 changed files with 23 additions and 0 deletions

View File

@@ -9,6 +9,7 @@ module.exports = {
name: "verify",
description: "Verify yourself as a member of the server.",
type: "slash",
dev: false,
data: new SlashCommandBuilder()
.setName("verify")