Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// LinkChan chan string
// StatusChan chan string
GeneralChan chan types.ChatMessage
// GeneralOutChan chan types.ChatMessage
RaidAlertChan chan types.RaidAlert
DiscordAuth chan types.DiscordAuth
AuthSuccess chan types.DiscordAuth
// contains filtered or unexported fields
}
func Runner ¶
func Runner(token string, as storage.AccountsStore, cs storage.ChatsStore, das storage.DiscordAuthsStore, us storage.UsersStore) *Client
type RunnerConfig ¶
type RunnerConfig struct {
Token string
}
Click to show internal directories.
Click to hide internal directories.