Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Discord ¶
type Discord struct { Token string `long:"discord.token" description:"Discord authentication token"` Channel string `long:"discord.channel" description:"Name of the channel to which messages should be sent"` Prefix string `long:"discord.prefix" description:"Prefix for every message"` // contains filtered or unexported fields }
func (*Discord) SendMessage ¶
Click to show internal directories.
Click to hide internal directories.