feat: the backend is pretty simple, just pull the rep link from teh config_toml and add on the path to the docs.

Then its just linking it all up.

Closes #37
This commit is contained in:
silver 2025-06-24 00:00:56 +01:00
parent 1dc5c105df
commit 7403f531eb
Signed by untrusted user: silver
GPG key ID: 36F93D61BAD3FD7D
2 changed files with 18 additions and 0 deletions

View file

@ -177,6 +177,7 @@ Sign up on [UL Wolves]({}) and go to https://discord.com/channels/{}/{} and use
"verify" => commands::wolves::verify::run(&command, &ctx).await,
"unlink" => commands::wolves::unlink::run(&command, &ctx).await,
"link_minecraft" => commands::minecraft::user::add::run(&command, &ctx).await,
"docs" => commands::wolves::link_docs::users::run(&command, &ctx).await,
// "link" => commands::count::servers::run(&command, &ctx).await,
&_ => format!("not implemented :( wolves {}", x.name.as_str()),
},