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

@@ -6,7 +6,7 @@ import settings from "schemas/settingsTag"
export = {
name: "config",
description: "Configure the bot",
dev: true,
dev: false,
public: false,
data: new SlashCommandBuilder()

View File

@@ -7,7 +7,7 @@ import { getHeadURL, getIGN, getUUID } from "utils/Hypixel"
export = {
name: "find",
description: "Find a person by the ign",
dev: true,
dev: false,
public: false,
data: new SlashCommandBuilder()

View File

@@ -10,7 +10,7 @@ import { removeIndents } from "utils/functions/funcs"
export = {
name: "forceunverify",
description: "Force unverify a user",
dev: true,
dev: false,
public: false,
data: new SlashCommandBuilder()

View File

@@ -10,7 +10,7 @@ import { removeIndents } from "utils/functions/funcs"
export = {
name: "forceupdate",
description: "Force update the user",
dev: true,
dev: false,
public: false,
data: new SlashCommandBuilder()

View File

@@ -10,7 +10,7 @@ import { removeIndents } from "utils/functions/funcs"
export = {
name: "forceverify",
description: "Force verify a user.",
dev: true,
dev: false,
public: false,
data: new SlashCommandBuilder()

View File

@@ -9,7 +9,7 @@ import { removeIndents } from "utils/functions/funcs"
export = {
name: "remove",
description: "Remove a person on the waiting list.",
dev: true,
dev: false,
public: false,
data: new SlashCommandBuilder()

View File

@@ -10,7 +10,7 @@ import { removeIndents } from "utils/functions/funcs"
export = {
name: "update",
description: "Update your guild rank.",
dev: true,
dev: false,
public: true,
data: new SlashCommandBuilder()

View File

@@ -10,7 +10,7 @@ import { IGuildData } from "interfaces"
export = {
name: "verify",
description: "Verify yourself as a member of the server.",
dev: true,
dev: false,
public: true,
data: new SlashCommandBuilder()

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")

View File

@@ -7,7 +7,7 @@ import { ICommand } from "interfaces"
export = {
name: "whois",
description: "Get's the ign of a user.",
dev: true,
dev: false,
public: false,
data: new SlashCommandBuilder()