Just a quick super simple suggestion, I'd like to be able to have timers that are only active if you are playing a certain game. Should be super simple to implement too.
if (timer.game !== null && timer.game !== channel.game) {return}sendMessage()
Something along those lines.