Enum Reference
- class antispam.enums.IgnoreType(value)
This enum should be using with the following methods:
antispam.AntiSpamHandler.add_ignored_item()antispam.AntiSpamHandler.remove_ignored_item()
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