fmt: re-organised it o better reflect what teh commands in teh file are for
This commit is contained in:
parent
052f6aecb2
commit
0e6a5d3455
5 changed files with 521 additions and 522 deletions
|
@ -115,7 +115,7 @@ Sign up on [UL Wolves]({}) and go to https://discord.com/channels/{}/{} and use
|
|||
vec and go to https://discord.com/channels/{}/{} and use
|
|||
"wolves" => match command.data.options.first() {
|
||||
None => "Invalid Command".to_string(),
|
||||
Some(x) => match x.name.as_str() {
|
||||
"link" => commands::link_email::wolves::link::run(&command, &ctx).await,
|
||||
"verify" => commands::link_email::wolves::verify::run(&command, &ctx).await,
|
||||
"unlink" => commands::link_email::wolves::unlink::run(&command, &ctx).await,
|
||||
"link" => commands::wolves::link::run(&command, &ctx).await,
|
||||
"verify" => commands::wolves::verify::run(&command, &ctx).await,
|
||||
"unlink" => commands::wolves::unlink::run(&command, &ctx).await,
|
||||
// "link" => commands::count::servers::run(&command, &ctx).await,
|
||||
&_ => format!("not implemented :( wolves {}", x.name.as_str()),
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue