From 372686bbf51ccdcd05f3f087945dc8677e3df80a Mon Sep 17 00:00:00 2001 From: Josiah Glosson Date: Thu, 8 Jun 2023 13:37:38 -0500 Subject: [PATCH] Mention $support leaderboard --- src/discord_bot/support.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/discord_bot/support.rs b/src/discord_bot/support.rs index 356abd5..1d4fd10 100644 --- a/src/discord_bot/support.rs +++ b/src/discord_bot/support.rs @@ -44,7 +44,7 @@ async fn run_normal( } let Some(referenced_message) = &message.referenced_message else { - message.reply(ctx.http, "You need to reply to a message").await?; + message.reply(ctx.http, "You need to reply to a message. Did you mean \"$support leaderboard\"?").await?; return Ok(()); };