mirror of
https://github.com/diamondburned/arikawa.git
synced 2025-11-23 13:14:16 +00:00
gateway: Fix RequestGuildMembersCommand
This commit is contained in:
parent
6aefc34992
commit
4108d10b44
|
|
@ -76,9 +76,9 @@ type RequestGuildMembersCommand struct {
|
|||
GuildIDs []discord.GuildID `json:"guild_id"`
|
||||
UserIDs []discord.UserID `json:"user_ids,omitempty"`
|
||||
|
||||
Query string `json:"query"`
|
||||
Limit uint `json:"limit"`
|
||||
Presences bool `json:"presences,omitempty"`
|
||||
Query string `json:"query,omitempty"`
|
||||
Limit uint `json:"limit,omitempty"`
|
||||
Presences bool `json:"presences"`
|
||||
Nonce string `json:"nonce,omitempty"`
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue