projects
/
sylphiette-bot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1631506
)
just a comment to clarify
author
Eduardo
<
[email protected]
>
Sat, 30 Mar 2024 17:59:13 +0000
(18:59 +0100)
committer
Eduardo
<
[email protected]
>
Sat, 30 Mar 2024 17:59:13 +0000
(18:59 +0100)
discord.go
patch
|
blob
|
history
diff --git
a/discord.go
b/discord.go
index 384217394aa8f76eca129a02d13f94a9c5ec1fab..7465197890e8434d4bb27ad3f65306a2fef843d5 100644
(file)
--- a/
discord.go
+++ b/
discord.go
@@
-188,7
+188,7
@@
func formatUserVisibleName(member discordgo.Member) string {
user = member.User.Username
- //
FIXME:
discordgo.User is edited with: DisplayName string `json:"display_name"`
+ //
FIXME: CANTFIX
discordgo.User is edited with: DisplayName string `json:"display_name"`
if member.User.DisplayName != "" {
user = member.User.DisplayName
}