Remove embed from challenge command

late-submissions
Elnu 3 years ago
parent 339c921e8b
commit 4f0655f388

@ -42,7 +42,7 @@ async fn challenge(ctx: &Context, msg: &Message) -> CommandResult {
msg.reply( msg.reply(
&ctx.http, &ctx.http,
format!( format!(
"Tegaki Tuesday #{n}: https://tegakituesday.com/{n}", "Tegaki Tuesday #{n}: <https://tegakituesday.com/{n}>",
n = get_challenge_number() n = get_challenge_number()
), ),
) )

Loading…
Cancel
Save