diff --git a/speaker/discord.go b/speaker/discord.go index f704c6b..6a8613c 100644 --- a/speaker/discord.go +++ b/speaker/discord.go @@ -127,9 +127,8 @@ func update() { return } - if voice.Ready == false || voice.OpusSend == nil { + if !voice.Ready || voice.OpusSend == nil { return } - voice.OpusSend <- opus }