diff --git a/src/commands/minecraft.rs b/src/commands/minecraft.rs index 3b71632..ca395c6 100644 --- a/src/commands/minecraft.rs +++ b/src/commands/minecraft.rs @@ -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 { diff --git a/src/main.rs b/src/main.rs index be31da8..6d5e849 100644 --- a/src/main.rs +++ b/src/main.rs @@ -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,