From c4af8a0bd0b9fb6a40bd0372c848afc859cf5f5e Mon Sep 17 00:00:00 2001 From: Stachelbeere1248 Date: Sat, 28 Dec 2024 04:24:29 +0100 Subject: [PATCH] fix formatting --- src/commands/accountv2.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/commands/accountv2.rs b/src/commands/accountv2.rs index 3e5ae2d..2ff3115 100644 --- a/src/commands/accountv2.rs +++ b/src/commands/accountv2.rs @@ -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)