Bruce Marriner 6 éve
szülő
commit
e7ec3c1e37
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      voice.go

+ 1 - 1
voice.go

@@ -104,7 +104,7 @@ func (v *VoiceConnection) Speaking(b bool) (err error) {
 	defer v.Unlock()
 	if err != nil {
 		v.speaking = false
-		v.log(LogError, "Speaking() write json errorR, %s", err)
+		v.log(LogError, "Speaking() write json error, %s", err)
 		return
 	}