forked from pothtonswer/discordmuffin
Fix Another typo
This commit is contained in:
parent
1ecb7458e9
commit
1dcdf130fd
1 changed files with 1 additions and 1 deletions
2
wsapi.go
2
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")
|
||||
|
|
Loading…
Reference in a new issue