Updated interfacecs

This commit is contained in:
2024-01-18 15:34:55 +01:00
parent 4cfe877feb
commit 847a8663d8
71 changed files with 207 additions and 79 deletions

View File

@@ -12,7 +12,6 @@ import logToChannel from "utils/functions/logtochannel"
export = {
name: "ban",
description: "Ban a user",
type: "slash",
dev: false,
public: false,

View File

@@ -23,7 +23,6 @@ import { Command } from "interfaces"
export = {
name: "check",
description: "Check a player's stats.",
type: "slash",
dev: false,
public: true,

View File

@@ -12,7 +12,6 @@ import logToChannel from "utils/functions/logtochannel"
export = {
name: "clear",
description: "Clears messages",
type: "slash",
dev: false,
public: false,

View File

@@ -7,7 +7,6 @@ import { Command } from "interfaces"
export = {
name: "config",
description: "Configure the bot",
type: "slash",
dev: true,
public: false,

View File

@@ -12,7 +12,6 @@ import unban from "./counting/unban"
export = {
name: "counting",
description: "counting subcommands",
type: "slash",
dev: false,
public: true,
subcommands: true,

View File

@@ -8,7 +8,6 @@ import { Command } from "interfaces"
export = {
name: "dev-info",
description: "Test command for the bot.",
type: "slash",
dev: true,
public: false,

View File

@@ -4,7 +4,6 @@ import { Command } from "interfaces"
export = {
name: "devel",
description: "Admin command.",
type: "slash",
dev: false,
public: false,

View File

@@ -14,7 +14,6 @@ import { getIGN } from "utils/Hypixel"
export = {
name: "forceunverify",
description: "Force unverify a user",
type: "slash",
dev: false,
public: false,

View File

@@ -13,7 +13,6 @@ import roleManage from "utils/functions/rolesmanage"
export = {
name: "forceupdate",
description: "Force update the user",
type: "slash",
dev: false,
public: false,

View File

@@ -15,7 +15,6 @@ import logToChannel from "utils/functions/logtochannel"
export = {
name: "forceverify",
description: "Force verify a user.",
type: "slash",
dev: false,
public: false,

View File

@@ -8,7 +8,6 @@ import guildTop from "./guild/top"
export = {
name: "guild",
description: "Subcommands for guilds",
type: "slash",
dev: false,
public: true,
subcommands: true,

View File

@@ -5,7 +5,6 @@ import { Command } from "interfaces"
export = {
name: "help",
description: "Help command",
type: "slash",
dev: false,
public: true,

View File

@@ -5,7 +5,6 @@ import { Command } from "interfaces"
export = {
name: "instructions",
description: "Instructions for verification",
type: "slash",
dev: false,
public: false,

View File

@@ -12,7 +12,6 @@ import logToChannel from "utils/functions/logtochannel"
export = {
name: "kick",
description: "Kick a member from the server.",
type: "slash",
dev: false,
public: false,

View File

@@ -5,7 +5,6 @@ import { Command } from "interfaces"
export = {
name: "ping",
description: "Get the bot's ping.",
type: "slash",
dev: false,
public: true,

View File

@@ -6,7 +6,6 @@ import env from "utils/Env"
export = {
name: "pp",
description: "Shows pp size",
type: "slash",
public: true,
dev: true,

View File

@@ -11,7 +11,6 @@ import logToChannel from "utils/functions/logtochannel"
export = {
name: "remove",
description: "Remove a person on the waiting list.",
type: "slash",
false: true,
public: false,

View File

@@ -14,7 +14,6 @@ import { Command } from "interfaces"
export = {
name: "reqs",
description: "Displays the requirements for the guild.",
type: "slash",
dev: false,
public: true,

View File

@@ -10,7 +10,6 @@ import { Command } from "interfaces"
export = {
name: "send",
description: "Send a message to a channel.",
type: "slash",
dev: false,
public: false,

View File

@@ -11,7 +11,6 @@ import logToChannel from "utils/functions/logtochannel"
export = {
name: "setnick",
description: "Set your nickname",
type: "slash",
dev: false,
public: false,

View File

@@ -13,7 +13,6 @@ import { Command } from "interfaces"
export = {
name: "setup",
description: "Used for setup of the bot.",
type: "slash",
dev: true,
public: false,
subcommands: true,
@@ -156,10 +155,8 @@ export = {
if (subcommand === "sendwaitinglistmessage") {
title = "Waiting List"
;(description =
"The people below were accepted into the guild\n" +
"Try to invite them in order."),
(customId = "waitinglistupdate")
description = "The people on the waiting list"
customId = "waitinglistupdate"
label = "Update"
emoji = "🔄"
}

View File

@@ -13,7 +13,6 @@ import logToChannel from "utils/functions/logtochannel"
export = {
name: "slowmode",
description: "Set the slowmode of a channel.",
type: "slash",
dev: false,
public: false,

View File

@@ -7,7 +7,6 @@ import { SnipeCache } from "typings"
export = {
name: "snipe",
description: "Snipes the last deleted message of a user",
type: "slash",
public: true,
dev: true,

View File

@@ -8,7 +8,6 @@ import updateDiscordRoles from "./staff/updatediscordroles"
export = {
name: "staff",
description: "Subcommands for staff",
type: "slash",
dev: false,
public: false,
subcommands: true,

View File

@@ -13,7 +13,6 @@ import logToChannel from "utils/functions/logtochannel"
export = {
name: "timeout",
description: "Times out a memeber",
type: "slash",
dev: false,
public: false,

View File

@@ -11,7 +11,6 @@ import logToChannel from "utils/functions/logtochannel"
export = {
name: "unban",
description: "Unban a user from the server",
type: "slash",
dev: false,
public: false,

View File

@@ -8,7 +8,6 @@ import { Command } from "interfaces"
export = {
name: "update",
description: "Update your guild rank.",
type: "slash",
dev: false,
public: true,

View File

@@ -6,7 +6,6 @@ import { Command } from "interfaces"
export = {
name: "uuid",
description: "Get a player's UUID",
type: "slash",
dev: false,
public: true,

View File

@@ -11,7 +11,6 @@ import { GuildData } from "interfaces"
export = {
name: "verify",
description: "Verify yourself as a member of the server.",
type: "slash",
dev: false,
public: true,

View File

@@ -7,7 +7,6 @@ import { getIGN, getHeadURL } from "utils/Hypixel"
export = {
name: "whoami",
description: "Get your user info",
type: "slash",
public: true,
dev: false,

View File

@@ -11,7 +11,6 @@ import { Command } from "interfaces"
export = {
name: "whois",
description: "Get's the ign of a user.",
type: "slash",
dev: false,
public: false,