Removed unused

This commit is contained in:
2025-03-08 19:22:28 +01:00
parent cc918353d9
commit 1ca511febf
3 changed files with 0 additions and 190 deletions

View File

@@ -46,18 +46,6 @@ export default {
.setRequired(true)
)
)
.addSubcommand(subcommand =>
subcommand
.setName("sendverfiymessage")
.setDescription("Send the verfiy message to a channel.")
.addChannelOption(option =>
option
.setName("channel")
.setDescription("The channel to send the verfiy message to.")
.addChannelTypes(ChannelType.GuildText, ChannelType.GuildAnnouncement)
.setRequired(true)
)
)
.addSubcommand(subcommand =>
subcommand
.setName("sendwaitinglistmessage")
@@ -118,14 +106,6 @@ export default {
emoji = "✅"
}
if (subcommand === "sendverfiymessage") {
title = "Verification"
description = "You can verify by clicking the button below."
customId = "verify"
label = "Verify"
emoji = "✅"
}
if (subcommand === "sendwaitinglistmessage") {
title = "Waiting List"
description = "The people on the waiting list"