From 5ef9c3c674f5de9fd66b83a96ba71cf71da9bf32 Mon Sep 17 00:00:00 2001 From: TheKodeToad Date: Sat, 19 Oct 2024 19:57:14 +0100 Subject: [PATCH] Slight phrasing change --- src/handlers/event/analyze_logs/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/handlers/event/analyze_logs/mod.rs b/src/handlers/event/analyze_logs/mod.rs index 87fec33..0aa2fd7 100644 --- a/src/handlers/event/analyze_logs/mod.rs +++ b/src/handlers/event/analyze_logs/mod.rs @@ -109,7 +109,7 @@ pub async fn handle_message(ctx: &Context, message: &Message, data: &Data) -> Re .title("Upload log?") .description( "Discord attachments make it difficult for volunteers to view logs. \ - Would you like me to upload your log to [mclo.gs](https://mclo.gs/)?", + Would you like to upload your log to [mclo.gs](https://mclo.gs/)?", ) .color(Colors::Blue), );