Documentation ¶ Index ¶ type Bot func NewDiscordBot(botEngine *engine.BotEngine, cfg *config.DiscordBot, target string) (*Bot, error) func (bot *Bot) Start() error func (bot *Bot) Stop() error func (bot *Bot) UpdateStatusInfo() Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Bot ¶ type Bot struct { Session *discordgo.Session // contains filtered or unexported fields } func NewDiscordBot ¶ func NewDiscordBot(botEngine *engine.BotEngine, cfg *config.DiscordBot, target string) (*Bot, error) func (*Bot) Start ¶ func (bot *Bot) Start() error func (*Bot) Stop ¶ func (bot *Bot) Stop() error func (*Bot) UpdateStatusInfo ¶ func (bot *Bot) UpdateStatusInfo() Source Files ¶ View all Source files discord.go utils.go Click to show internal directories. Click to hide internal directories.