index
:
muse
master
🎧 a self-hosted midwestern Discord music bot that doesn't suck
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
utils
/
constants.ts
blob: 70d9e2c1d4710318f5f1fee2a40dda8791c5ae00 (
plain
)
1
2
export
const
ONE_HOUR_IN_SECONDS
=
60
*
60
;
export
const
ONE_MINUTE_IN_SECONDS
=
1
*
60
;