discord_bot/util/timer
SileNce5k 4ab84dd6d4
Fix timer being sent multiple times
I used array.pop instead of array.splice for some reason. I thought it
would work, but I guess I didn't read MDN thoroughly enough when I
first implemented this function.
2022-07-01 00:32:55 +02:00
..
checkTimer.js Fix timer being sent multiple times 2022-07-01 00:32:55 +02:00
parseTime.js Return NaN in default case 2022-06-11 21:34:07 +02:00
sendTimerReminder.js Rewrite timer command to use JSON 2022-06-09 18:44:30 +02:00