Removed unused
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user