Bruce Marriner 7 years ago
parent
commit
9e1220d82b
1 changed files with 1 additions and 1 deletions
  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")