Enum Reference

class antispam.enums.IgnoreType

This enum should be using with the following methods:

It is used to signify the type of item you wish to ignore within any following propagate calls.

CHANNEL = 1
GUILD = 2
MEMBER = 0
ROLE = 3
class antispam.enums.ResetType

This enum should be using with the following methods:

It is used to signify the type of reset you wish to apply to the given member.

KICK_COUNTER = 1
WARN_COUNTER = 0