Documentation ¶
Index ¶
- func ClearMaxMessages(userId string, guildId string) error
- func ProcessMaxAttachments(m *discordgo.Message, limit int64) (bool, int64)
- func ProcessMaxEmojis(message *discordgo.Message, limit int64) (bool, int64)
- func ProcessMaxLength(message *discordgo.Message, limit int64) (bool, int64)
- func ProcessMaxLinks(message string, limit int64) (bool, int64)
- func ProcessMaxMentions(message *discordgo.Message, limit int64) (bool, int64, []*discordgo.User)
- func ProcessMaxMessages(userId string, guildId string, max int64, timeLimit time.Duration, ...) bool
- func ProcessMaxNewlines(message string, limit int64) (bool, int64)
- func ProcessMaxRoleMentions(message *discordgo.Message, limit int64) (bool, int64, []string)
- func ProcessMaxUppercase(message string, percentageLimit float64, minimumLength int) (bool, float64)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ClearMaxMessages ¶
func ProcessMaxAttachments ¶
func ProcessMaxEmojis ¶
func ProcessMaxLength ¶
func ProcessMaxMentions ¶
func ProcessMaxMessages ¶
func ProcessMaxRoleMentions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.