From 531cfedc171d3f2fbb2d5485c01072930858b725 Mon Sep 17 00:00:00 2001 From: ElnuDev Date: Sat, 26 Feb 2022 18:18:52 -0800 Subject: [PATCH] Fix link in challenge announcement message --- src/commands/owner.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands/owner.rs b/src/commands/owner.rs index d6aced0..5ebf274 100644 --- a/src/commands/owner.rs +++ b/src/commands/owner.rs @@ -197,7 +197,7 @@ async fn announce(ctx: &Context, msg: &Message, args: Args) -> CommandResult { #[allow(non_snake_case)] async fn announceChallenge(ctx: &Context, msg: &Message) -> CommandResult { let challenge_number = get_challenge_number(); - let message = format!("Welcome to the **{n}{th}** weekly **Tegaki Tuesday** (手書きの火曜日) handwriting challenge! :pen_fountain: The prompt is available in both Japanese and English on the website at . + let message = format!("Welcome to the **{n}{th}** weekly **Tegaki Tuesday** (手書きの火曜日) handwriting challenge! :pen_fountain: The prompt is available in both Japanese and English on the website at . You can make submissions in both languages, but please submit in your target language first. Submissions can be submitted by uploading the image to this channel along with the `{p}submit` command. By submitting, you agree to having your work posted to the website under the Attribution-ShareAlike 4.0 Unported (CC BY-SA 4.0) license, attributed to your Discord account. ().", n = challenge_number,