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

@@ -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 = "🔄"
}