Explorar o código

Fix Another typo

jonas747 %!s(int64=8) %!d(string=hai) anos
pai
achega
1dcdf130fd
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      wsapi.go

+ 1 - 1
wsapi.go

@@ -283,7 +283,7 @@ type requestGuildMembersOp struct {
 // RequestGuildMembers requests guild members from the gateway
 // The gateway responds with GuildMembersChunk events
 // guildID  : The ID of the guild to request members of
-// query    : String that username sarts with, leave empty to return all members
+// query    : String that username starts with, leave empty to return all members
 // limit    : Max number of items to return, or 0 to request all members matched
 func (s *Session) RequestGuildMembers(guildID, query string, limit int) (err error) {
 	s.log(LogInformational, "called")