new-member-message-brendan #20

Merged
silver merged 9 commits from silver/discord-bot:new-member-message-brendan into new-member-message 2024-09-17 21:30:47 +00:00
Showing only changes of commit e9aed40f41 - Show all commits

View file

@ -161,14 +161,14 @@ pub fn register(command: &mut CreateApplicationCommand) -> &mut CreateApplicatio
.name("server_name")
.description("Name of the Discord Server.")
.kind(CommandOptionType::String)
.required(false)
.required(true)
})
.create_option(|option| {
option
.name("wolves_link")
.description("Link to the Club/Society on UL Wolves.")
.kind(CommandOptionType::String)
.required(false)
.required(true)
})
}