Merge pull request 'correct command for linking wolves acc' (#31) from update-dm into main
All checks were successful
On_Push / lint_fmt (push) Successful in 1m26s
On_Push / lint_clippy (push) Successful in 6m31s
On_Push / build (push) Successful in 4m19s
On_Push / deploy (push) Successful in 23s

Reviewed-on: #31
Reviewed-by: silver <silver@skynet.ie>
This commit is contained in:
esy 2025-06-16 13:07:53 +00:00
commit 8560ed6de5
2 changed files with 2 additions and 2 deletions

View file

@ -31,7 +31,7 @@ pub(crate) mod user {
// user has to have previously linked with wolves
if get_server_member_discord(&db, &command.user.id).await.is_none() {
return "Not linked with wolves, please use ``/link_wolves`` with your wolves email.".to_string();
return "Not linked with wolves, please use ``/wolves link`` with your wolves email.".to_string();
}
let sub_options = if let Some(CommandDataOption {

View file

@ -75,7 +75,7 @@ impl EventHandler for Handler {
let msg = format!(
r#"
Welcome {} to the {} server!
Sign up on [UL Wolves]({}) and go to https://discord.com/channels/{}/{} and use ``/link_wolves`` to get full access.
Sign up on [UL Wolves]({}) and go to https://discord.com/channels/{}/{} and use ``/wolves link email_here`` with the email associated with your wolves account, to get full access.
"#,
new_member.display_name(),
committee.name_full,