starting on guild and member fetching
This commit is contained in:
parent
9755318400
commit
aafe3e2d21
12 changed files with 149 additions and 20 deletions
|
@ -9,6 +9,7 @@ type Interaction struct {
|
|||
GuildID string `json:"guild_id"`
|
||||
AppPermissions uint64 `json:"app_permissions"`
|
||||
Type uint64 `json:"type"`
|
||||
Token string `json:"token"`
|
||||
}
|
||||
|
||||
const (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue