From 741c69d8b728934f805b61db8915115e514e2945 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?William=20Herg=C3=A8s?= Date: Sat, 27 Sep 2025 23:36:53 +0200 Subject: style(rolereact): ... because @aspial don't want to follow the format adopted by the project --- rolereact/manager.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'rolereact') diff --git a/rolereact/manager.go b/rolereact/manager.go index 2dadb7d..1288b33 100644 --- a/rolereact/manager.go +++ b/rolereact/manager.go @@ -137,7 +137,6 @@ func GetGuildConfigPreloaded(guildID string) *config.GuildConfig { func FormatEmoji(apiName string) string { if strings.Contains(apiName, ":") { return fmt.Sprintf("<:%s>", apiName) - } else { - return apiName } + return apiName } -- cgit v1.2.3