From f479090e73973d4c1826774796141c220cd32be6 Mon Sep 17 00:00:00 2001 From: maskers <97827489+mskrss@users.noreply.github.com> Date: Mon, 17 Feb 2025 17:46:05 +0300 Subject: [PATCH] add `/` to `/tag log` --- src/handlers/event/support_onboard.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/handlers/event/support_onboard.rs b/src/handlers/event/support_onboard.rs index 30d70af..958c4fe 100644 --- a/src/handlers/event/support_onboard.rs +++ b/src/handlers/event/support_onboard.rs @@ -34,7 +34,7 @@ pub async fn handle(ctx: &Context, thread: &GuildChannel) -> Result<()> { let msg = format!( "<@{}> We've received your support ticket! {} {}", owner, - "Please upload your logs and post the link here if possible (run `tag log` to find out how).", + "Please upload your logs and post the link here if possible (run `/tag log` to find out how).", "Please don't ping people for support questions, unless you have their permission." );