package
Version:
v0.0.0-...-528edf3
Opens a new window with list of versions in this module.
Published: Sep 12, 2020
License: MIT
Opens a new window with license information.
Imports: 7
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Init discord api base conf
type Embeds struct {
Type string `json:"type"`
URL string `json:"url"`
Provider struct {
Name string `json:"name"`
} `json:"provider"`
}
type MessageApi []struct {
ID string `json:"id"`
Content string `json:"content"`
Embeds []Embeds `json:"embeds,omitempty"`
Reactions []Reactions `json:"reactions,omitempty"`
}
Messages get last messages group
type Reactions struct {
Me bool `json:"me"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.