Remove embed from challenge command
This commit is contained in:
parent
339c921e8b
commit
4f0655f388
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||
),
|
||||
)
|
||||
|
|
Loading…
Add table
Reference in a new issue