Documentation
¶
Index ¶
- type App
- func (app *App) CreateSession(token string) error
- func (app *App) DeleteMessage(channelID, messageID string)
- func (app *App) ParseFromMention(mention string) *discordgo.User
- func (app *App) ParseMention(user *discordgo.User) string
- func (app *App) RunCommand(name string, args []string)
- func (app *App) SendMessage(channelID, content string)
- type Command
- type DiscordChannelCommand
- type Logger
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type App ¶
type App struct {
// contains filtered or unexported fields
}
func (*App) CreateSession ¶
func (*App) DeleteMessage ¶
func (*App) RunCommand ¶
func (*App) SendMessage ¶
type DiscordChannelCommand ¶
func (*DiscordChannelCommand) RunFunc ¶
func (channelCommand *DiscordChannelCommand) RunFunc(app *App, args []string)
Click to show internal directories.
Click to hide internal directories.