⚙️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.

If there is a problem with your channel or your configs, the bot will automatically change all cofigs to mode 0.

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.

If your channel has one ore more configs with mode 3 activated, messages are not handled until all old messages are loaded. You can see this as Waiting to be loaded on the /debug command.

In the case of delays, the bot may delete more messages than the limit at once.

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