fix: hadnt changed the command name
This commit is contained in:
parent
d5877e99e6
commit
4a1b1cc7f9
1 changed files with 1 additions and 1 deletions
|
@ -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))
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue