fix formatting
This commit is contained in:
parent
4b03762390
commit
c4af8a0bd0
1 changed files with 1 additions and 2 deletions
|
@ -76,8 +76,7 @@ impl Uuid {
|
||||||
.map(|l| l.discord)
|
.map(|l| l.discord)
|
||||||
.flatten()
|
.flatten()
|
||||||
.ok_or(Other(format!(
|
.ok_or(Other(format!(
|
||||||
"The Hypixel profile has no Discord account linked. Please follow the steps in {}",
|
"The Hypixel profile has no Discord account linked. Please follow the steps in <#1256219552568840263>",
|
||||||
ChannelId::new(1256219552568840263_u64)
|
|
||||||
)))?
|
)))?
|
||||||
== user.name;
|
== user.name;
|
||||||
Ok(matches)
|
Ok(matches)
|
||||||
|
|
Loading…
Add table
Reference in a new issue