forked from pothtonswer/discordmuffin
Fix typos
This commit is contained in:
parent
9c7c9d3fd2
commit
1ecb7458e9
1 changed files with 3 additions and 3 deletions
6
wsapi.go
6
wsapi.go
|
@ -282,9 +282,9 @@ type requestGuildMembersOp struct {
|
||||||
|
|
||||||
// RequestGuildMembers requests guild members from the gateway
|
// RequestGuildMembers requests guild members from the gateway
|
||||||
// The gateway responds with GuildMembersChunk events
|
// The gateway responds with GuildMembersChunk events
|
||||||
// guildID : the ID of the guild to request members of
|
// guildID : The ID of the guild to request members of
|
||||||
// query : string hat username sarts with, leave empty to return all members
|
// query : String that username sarts with, leave empty to return all members
|
||||||
// limit : max number of items to return, or 0 o reques all members matched
|
// 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) {
|
func (s *Session) RequestGuildMembers(guildID, query string, limit int) (err error) {
|
||||||
s.log(LogInformational, "called")
|
s.log(LogInformational, "called")
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue