• If you need help or want to discuss things, you now can also join us on our Discord Server!
  • A first preview of the unlimited version of SinusBot can be found in the Upcoming Changes thread. A version for Windows will follow, but we don't have a release date, yet.
Channel Cleaner

TS3 Channel Cleaner 0.12

No permission to download

Reviews 4.20 star(s) 5 reviews

It is a bit disturbing that when DEBUG log is on, a round full minute floods the log and loads the bot for the purpose of checking all rooms. Optionally, I changed it to 8 hours (that is, to check rooms up to three times a day). I don't know if that's the case or bug. Could somebody give us some feedback on this? If I leave it with an 8 hour update will the system work the same?

// execute sync every minute
setInterval(function() {
syncChannels();
}, 28800000); // 1 min
HarpyWar
HarpyWar
Set up 8 hours interval will get less accuracy (for example deletion after 16 hours instead of 10 hours, also you will get outdated info about time until deletion in channel description). Better keep 1 minute interval by default. Channel iteration is very low load operation which doesn't affect on bot performance.
You should disable debug log in production to exclude spam in log.
Back
Top Bottom