Merge branch 'dev' into 'main'
Dev See merge request illegitimate/illegitimate-bot!249
This commit is contained in:
@@ -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()
|
||||
|
||||
@@ -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()
|
||||
|
||||
@@ -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()
|
||||
|
||||
@@ -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()
|
||||
|
||||
@@ -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()
|
||||
|
||||
@@ -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()
|
||||
|
||||
@@ -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()
|
||||
|
||||
@@ -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()
|
||||
|
||||
@@ -8,7 +8,7 @@ export = {
|
||||
name: "whoami",
|
||||
description: "Get your user info",
|
||||
public: true,
|
||||
dev: true,
|
||||
dev: false,
|
||||
|
||||
data: new SlashCommandBuilder()
|
||||
.setName("whoami")
|
||||
|
||||
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user