package
Version:
v0.0.0-...-f3179c4
Opens a new window with list of versions in this module.
Published: Apr 17, 2023
License: GPL-3.0
Opens a new window with license information.
Imports: 16
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Start starts the app with the specified config and blocks until fatal error
App stores program state
func (app *App) ConnectDiscord() (err error)
ConnectDiscord sets up the Discord API and event listeners
type ChannelDM struct {
ChannelID string `json:"id"`
Private bool `json:"is_private"`
Recipient discordgo.User `json:"recipient"`
LastMessageID string `json:"last_message_id"`
}
ChannelDM is a direct message channel
Extension represents an extension to the bot that receives a pointer to the
storage backend.
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.