👌
This commit is contained in:
parent
0ea10a300b
commit
ab2ab944bb
1 changed files with 1 additions and 1 deletions
|
@ -455,7 +455,7 @@ func (s *Session) GuildBanDelete(guildID, userID string) (err error) {
|
||||||
// guildID : The ID of a Guild.
|
// guildID : The ID of a Guild.
|
||||||
func (s *Session) GuildMembers(guildID string) (st []*Member, err error) {
|
func (s *Session) GuildMembers(guildID string) (st []*Member, err error) {
|
||||||
|
|
||||||
body, err := s.Request("GET", GUILD_MEMBERS(guildID), data)
|
body, err := s.Request("GET", GUILD_MEMBERS(guildID), nil)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue