Allow dates to be used in timer command
All checks were successful
CI / CI (push) Successful in 1m24s

And some general cleanup of a couple of functions.
This commit is contained in:
SileNce5k 2025-05-17 11:15:05 +02:00
commit ed77c2aaf1
Signed by: SileNce
GPG key ID: B0A142BB4291B204
5 changed files with 48 additions and 27 deletions

View file

@ -48,6 +48,7 @@ client.whitelist = {
guild: new Collection(),
user: new Collection()
}
process.env.TZ = "UTC";
createAndLoadWhitelistTable(client.whitelist);