feat: make the command more unique/descriptive
This commit is contained in:
parent
4bd23e7638
commit
480fc9b1a0
3 changed files with 5 additions and 5 deletions
|
@ -77,7 +77,7 @@ impl EventHandler for Handler {
|
|||
|
||||
let content = match command.data.name.as_str() {
|
||||
"add" => commands::add_server::run(&command, &ctx).await,
|
||||
"link" => commands::link_email::link::run(&command, &ctx).await,
|
||||
"link_wolves" => commands::link_email::link::run(&command, &ctx).await,
|
||||
"verify" => commands::link_email::verify::run(&command, &ctx).await,
|
||||
_ => "not implemented :(".to_string(),
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue