SileNce5k / discord_bot

My second attempt at making a bot in javascript
The Unlicense
0 stars 0 forks source link

Don't save on every timer command, rather check if client.timers has been changed, and if it has, write to file. #44

Closed SileNce5k closed 1 year ago

SileNce5k commented 1 year ago

Check every second maybe? Probably don't need to do it much slower than that.

SileNce5k commented 1 year ago

The bot uses an SQLite database now, so this isn't needed anymore.