forked from pothtonswer/discordmuffin
Silence missing voice op codes.
This commit is contained in:
parent
8f6d44ccee
commit
c5a94de19c
1 changed files with 1 additions and 1 deletions
2
voice.go
2
voice.go
|
@ -441,7 +441,7 @@ func (v *VoiceConnection) onEvent(message []byte) {
|
|||
}
|
||||
|
||||
default:
|
||||
v.log(LogError, "unknown voice operation, %d, %s", e.Operation, string(e.RawData))
|
||||
v.log(LogDebug, "unknown voice operation, %d, %s", e.Operation, string(e.RawData))
|
||||
}
|
||||
|
||||
return
|
||||
|
|
Loading…
Reference in a new issue