Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetCentralAccount ¶
GetCentralAccount retrieves the bot's central account
Types ¶
type Client ¶
type Client struct { AuthenticationToken string Database *bolt.DB TransactionChan <-chan types.Transaction CentralAccount types.Account TransactionPublishChan chan<- network.TxTransport Session *discordgo.Session BotUser *discordgo.User }
Client wrapper over discord bot with token, database, transaction channels,...
Click to show internal directories.
Click to hide internal directories.