mirror of
https://github.com/diamondburned/arikawa.git
synced 2024-11-28 09:42:58 +00:00
Gateway: Fixed typo in Request Members data
This commit is contained in:
parent
4b53d72db1
commit
7b24f58496
|
@ -88,7 +88,7 @@ func (g *Gateway) Heartbeat() error {
|
||||||
|
|
||||||
type RequestGuildMembersData struct {
|
type RequestGuildMembersData struct {
|
||||||
GuildID []discord.Snowflake `json:"guild_id"`
|
GuildID []discord.Snowflake `json:"guild_id"`
|
||||||
UserIDs []discord.Snowflake `json:"user_id,omitempty"`
|
UserIDs []discord.Snowflake `json:"user_ids,omitempty"`
|
||||||
|
|
||||||
Query string `json:"query,omitempty"`
|
Query string `json:"query,omitempty"`
|
||||||
Limit uint `json:"limit"`
|
Limit uint `json:"limit"`
|
||||||
|
|
Loading…
Reference in a new issue