fix formatting

This commit is contained in:
Stachelbeere1248 2024-12-28 04:24:29 +01:00
parent 4b03762390
commit c4af8a0bd0
Signed by: Stachelbeere1248
SSH key fingerprint: SHA256:IozEKdw2dB8TZxkpPdMxcWSoWTIMwoLaCcZJ1AJnY2o

View file

@ -76,8 +76,7 @@ impl Uuid {
.map(|l| l.discord)
.flatten()
.ok_or(Other(format!(
"The Hypixel profile has no Discord account linked. Please follow the steps in {}",
ChannelId::new(1256219552568840263_u64)
"The Hypixel profile has no Discord account linked. Please follow the steps in <#1256219552568840263>",
)))?
== user.name;
Ok(matches)