From 61f2ed73634fdbafcb139341e4e9a7002cc2e088 Mon Sep 17 00:00:00 2001 From: diamondburned Date: Mon, 22 May 2023 06:02:58 -0700 Subject: [PATCH] discord: Use <@x> for member mentions --- discord/guild.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/discord/guild.go b/discord/guild.go index 5d63f5c..0ab4938 100644 --- a/discord/guild.go +++ b/discord/guild.go @@ -398,7 +398,7 @@ type Member struct { // Mention returns the mention of the role. func (m Member) Mention() string { - return "<@!" + m.User.ID.String() + ">" + return "<@" + m.User.ID.String() + ">" } // AvatarURL returns the URL of the Avatar Image. It automatically detects a