Documentation
¶
Index ¶
- func Error(Channel *discordgo.Channel, Title string, ErrorMessage string, ...)
- func GenericText(Channel *discordgo.Channel, Title string, Description string, ...)
- func NotAPositiveInteger(Channel *discordgo.Channel, Session *discordgo.Session, Arg string)
- func NotAnInteger(Channel *discordgo.Channel, Session *discordgo.Session, Arg string)
- func NotEnoughArgs(Channel *discordgo.Channel, Session *discordgo.Session)
- func OutOfFunds(Channel *discordgo.Channel, Session *discordgo.Session, Emoji string, ...)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Error ¶
func Error(Channel *discordgo.Channel, Title string, ErrorMessage string, Session *discordgo.Session)
Error is used to send a error message.
func GenericText ¶
func GenericText(Channel *discordgo.Channel, Title string, Description string, Fields []*discordgo.MessageEmbedField, Session *discordgo.Session)
GenericText is used to send a generic message with text in.
func NotAPositiveInteger ¶
NotAPositiveInteger is the "Not a positive integer" message which the bot sends.
func NotAnInteger ¶
NotAnInteger is the "Not an integer" message which the bot sends.
func NotEnoughArgs ¶
NotEnoughArgs is the "Not enough arguments" message which the bot sends.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.