#7 minecraft link #14

Merged
silver merged 7 commits from #7-minecraft-link into main 2024-03-03 15:05:43 +00:00
Showing only changes of commit 4a1b1cc7f9 - Show all commits

View file

@ -87,7 +87,7 @@ pub(crate) mod link {
pub fn register(command: &mut CreateApplicationCommand) -> &mut CreateApplicationCommand {
command
.name("link")
.name("link_wolves")
.description("Set Wolves Email")
.create_option(|option| option.name("email").description("UL Wolves Email").kind(CommandOptionType::String).required(true))
}