From a37c8c7a0f7411e5dc0a2eae922f8375993189a6 Mon Sep 17 00:00:00 2001 From: Stachelbeere1248 Date: Tue, 12 Nov 2024 04:14:14 +0100 Subject: [PATCH] incorrect formatting --- src/commands/accountv2.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands/accountv2.rs b/src/commands/accountv2.rs index 687e550..795ca65 100644 --- a/src/commands/accountv2.rs +++ b/src/commands/accountv2.rs @@ -204,7 +204,7 @@ pub(crate) async fn add<'a>( } }, }; - let s = format!("Verification request for {} with IGN `{}`", user.id.get(), ign); + let s = format!("Verification request for <@{}> with IGN `{}`", user.id.get(), ign); ChannelId::new(1257776992497959075) .send_message( ctx,