Remove embed from challenge command

This commit is contained in:
Elnu 2022-02-16 10:58:05 -08:00
parent 339c921e8b
commit 4f0655f388

View file

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