mirror of
https://github.com/Luzifer/discord-community.git
synced 2024-11-09 15:40:03 +00:00
[liverole] Log username for add / remove decisions
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
d46db18205
commit
9bc19f0451
1 changed files with 1 additions and 0 deletions
|
@ -78,6 +78,7 @@ func (m modLiveRole) handlePresenceUpdate(d *discordgo.Session, p *discordgo.Pre
|
|||
}
|
||||
|
||||
logger := log.WithFields(log.Fields{
|
||||
"name": p.User.Username,
|
||||
"user": p.User.ID,
|
||||
})
|
||||
|
||||
|
|
Loading…
Reference in a new issue