fix: hadnt changed the command name

This commit is contained in:
silver 2024-03-03 13:04:10 +00:00
parent d5877e99e6
commit 4a1b1cc7f9

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))
}