Allow dates to be used in timer command
All checks were successful
CI / CI (push) Successful in 1m24s
All checks were successful
CI / CI (push) Successful in 1m24s
And some general cleanup of a couple of functions.
This commit is contained in:
parent
c74f323c1b
commit
ed77c2aaf1
5 changed files with 48 additions and 27 deletions
|
@ -48,6 +48,7 @@ client.whitelist = {
|
|||
guild: new Collection(),
|
||||
user: new Collection()
|
||||
}
|
||||
process.env.TZ = "UTC";
|
||||
|
||||
createAndLoadWhitelistTable(client.whitelist);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue