Reverted adjustments
This commit is contained in:
@@ -283,9 +283,6 @@ func enqueuePlay(user *discordgo.User, guild *discordgo.Guild, coll *SoundCollec
|
|||||||
}
|
}
|
||||||
log.WithFields(log.Fields{
|
log.WithFields(log.Fields{
|
||||||
"user": user,
|
"user": user,
|
||||||
"guild": guild,
|
|
||||||
"sound": sound,
|
|
||||||
"coll": coll,
|
|
||||||
}).Info(user.Username + " triggered sound playback of \"!" + coll.Prefix + " " + sound.Name + "\" for server " + guild.Name + " in channel " + play.ChannelID)
|
}).Info(user.Username + " triggered sound playback of \"!" + coll.Prefix + " " + sound.Name + "\" for server " + guild.Name + " in channel " + play.ChannelID)
|
||||||
|
|
||||||
// Check if we already have a connection to this guild
|
// Check if we already have a connection to this guild
|
||||||
|
|||||||
Reference in New Issue
Block a user