forked from pothtonswer/discordmuffin
Fix a typo.
This commit is contained in:
parent
10be6053b9
commit
e7ec3c1e37
1 changed files with 1 additions and 1 deletions
2
voice.go
2
voice.go
|
@ -104,7 +104,7 @@ func (v *VoiceConnection) Speaking(b bool) (err error) {
|
||||||
defer v.Unlock()
|
defer v.Unlock()
|
||||||
if err != nil {
|
if err != nil {
|
||||||
v.speaking = false
|
v.speaking = false
|
||||||
v.log(LogError, "Speaking() write json errorR, %s", err)
|
v.log(LogError, "Speaking() write json error, %s", err)
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue