Bruce Marriner %!s(int64=7) %!d(string=hai) anos
pai
achega
9e1220d82b
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      wsapi.go

+ 1 - 1
wsapi.go

@@ -107,7 +107,7 @@ func (s *Session) Open() error {
 		return err
 	}
 	if e.Operation != 10 {
-		err = fmt.Errorf("Expecting Op 10, got Op %d instead.", e.Operation)
+		err = fmt.Errorf("expecting Op 10, got Op %d instead", e.Operation)
 		return err
 	}
 	s.log(LogInformational, "Op 10 Hello Packet received from Discord")