From 22ff91b15201327823e1612b1115112cb19a6bc6 Mon Sep 17 00:00:00 2001 From: esy Date: Wed, 23 Apr 2025 11:30:22 +0000 Subject: [PATCH 1/2] correct command for linking wolves acc --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, From d28a56f25599f4715d7e64e7931372b9de4b5e22 Mon Sep 17 00:00:00 2001 From: esy Date: Wed, 23 Apr 2025 12:39:49 +0100 Subject: [PATCH 2/2] fix: out of date command --- src/commands/minecraft.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {