onSuspended

Triggered every time when your bot is suspended.

Remove All Bot

Only removes all bot in 1 pandora list.

When this option is set, everytime any of your bot get suspended it will remove all of the bots immediately.

Change Bot

You need to set your backup bots first, Backup Bots.

If your bot is getting the status suspended it will automatically change your bot into the next credential of your backup bots.

Remove Bot

This option will make any of your suspended bot removed from the list.

Example

onSuspended = {
    removeAllBot = true,
    changeBot = false,
    removeBot = false
}

Last updated