Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Ares ¶
type Ares struct { SlackAppToken string SlackBotToken string SlackAppID string ImgurClientID string BotUserID string // Bot won't be added or re-added to these channels ManagedChannels []string // list of userIDs of admins Admins []string // list of userIDs of moderators Moderators []string // maintain a user dict Users map[string]string // Muted users list MutedUsers map[string]bool }
func (*Ares) ClearImages ¶
func (a *Ares) ClearImages()
Removes all the existing images by going through each user list and re-uploads them to Imgur TODO: a lot of code duplicated
type ImgurResponse ¶
type UploadResponse ¶
Click to show internal directories.
Click to hide internal directories.