go fmt file
This commit is contained in:
parent
0219fb9901
commit
7057551cd0
1 changed files with 2 additions and 2 deletions
4
wsapi.go
4
wsapi.go
|
@ -400,8 +400,8 @@ func (s *Session) UpdateStatusComplex(usd UpdateStatusData) (err error) {
|
||||||
|
|
||||||
type requestGuildMembersData struct {
|
type requestGuildMembersData struct {
|
||||||
GuildID []string `json:"guild_id"`
|
GuildID []string `json:"guild_id"`
|
||||||
Query string `json:"query"`
|
Query string `json:"query"`
|
||||||
Limit int `json:"limit"`
|
Limit int `json:"limit"`
|
||||||
}
|
}
|
||||||
|
|
||||||
type requestGuildMembersOp struct {
|
type requestGuildMembersOp struct {
|
||||||
|
|
Loading…
Reference in a new issue