Merge pull request 'correct command for linking wolves acc' (#31) from update-dm into main
Reviewed-on: #31 Reviewed-by: silver <silver@skynet.ie>
This commit is contained in:
commit
8560ed6de5
2 changed files with 2 additions and 2 deletions
|
@ -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 {
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue