Documentation ¶ Index ¶ func AddEmote(emote emote.Emote) func AddEmoteImage(gif emote.Gif) func HandleEmote(ctx context.Context, s *discordgo.Session, msgParts []string, guildID string, ...) error func HandleListEmotes(ctx context.Context, s *discordgo.Session, msgParts []string, guildID string, ...) error type Func Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func AddEmote ¶ func AddEmote(emote emote.Emote) AddEmote adds an entry to the emotes list func AddEmoteImage ¶ func AddEmoteImage(gif emote.Gif) AddEmoteImage adds an image for an emote func HandleEmote ¶ func HandleEmote(ctx context.Context, s *discordgo.Session, msgParts []string, guildID string, authorID string, channelID string) error HandleEmote handles running commands func HandleListEmotes ¶ func HandleListEmotes(ctx context.Context, s *discordgo.Session, msgParts []string, guildID string, authorID string, channelID string) error HandleListEmotes handles running commands Types ¶ type Func ¶ type Func func(ctx context.Context, s *discordgo.Session, msgParts []string, guildID string, authorID string, channelID string) error Func provides a function used to implement a command Source Files ¶ View all Source files commands.go emote.go help.go Click to show internal directories. Click to hide internal directories.