forked from pothtonswer/discordmuffin
#231 Support getting Bot account / owner
This commit is contained in:
parent
ae30611faf
commit
b961ee3b6f
1 changed files with 1 additions and 0 deletions
|
@ -21,6 +21,7 @@ type Application struct {
|
||||||
Icon string `json:"icon,omitempty"`
|
Icon string `json:"icon,omitempty"`
|
||||||
Secret string `json:"secret,omitempty"`
|
Secret string `json:"secret,omitempty"`
|
||||||
RedirectURIs *[]string `json:"redirect_uris,omitempty"`
|
RedirectURIs *[]string `json:"redirect_uris,omitempty"`
|
||||||
|
Owner *User `json:"owner"`
|
||||||
}
|
}
|
||||||
|
|
||||||
// Application returns an Application structure of a specific Application
|
// Application returns an Application structure of a specific Application
|
||||||
|
|
Loading…
Reference in a new issue