Slight phrasing change

This commit is contained in:
TheKodeToad 2024-10-19 19:57:14 +01:00
parent ba1c0d42f2
commit 5ef9c3c674
No known key found for this signature in database
GPG key ID: 5E39D70B4C93C38E

View file

@ -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),
);