diff --git a/main.go b/main.go index f9ec6f4..81b53e1 100644 --- a/main.go +++ b/main.go @@ -281,6 +281,9 @@ func enqueuePlay(user *discordgo.User, guild *discordgo.Guild, coll *SoundCollec if play == nil { return } + log.WithFields(log.Fields{ + "user": user, + }).Info(user.Username + "triggered sound playback of " + sound.Name + " in " + coll.Prefix + " for server " + guild.Name + " in channel " + play.ChannelID) // Check if we already have a connection to this guild // this should be threadsafe