⚙️Modes
How the deletion algorithm works
Currently 4 different modes are supported. You can create multiple configs with different modes.
Each mode works with all available Filters. In each mode, all messages that do not meet the configured filters are completely ignored.
To prevent unwanted behavior: you have to set a new limit after changing the mode.
Mode: 0
Disable the deletion algorithm. The bot will not delete messages.
Mode: 1
Delete each messages after the configured time.
To change the time, see Limit.
Mode: 2
Delete all messages after the configured time. For example, delete all messages every 5 minutes.
To change the time, see Limit.
Mode: 3
Delete all messages after the configurent amount of messages. For example, delete all messages every 10 messages.
Using Mode 3 with any other Mode in one channel can lead to slightly increased delays for message deletion.
It is not recommended to use 2 or more configs with mode 3 in one channel.
Mode: 4
Mode 4 is currently unavailable. We are working to get it back again.
Last updated
Was this helpful?