We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14c98e8 commit 5d1af3cCopy full SHA for 5d1af3c
bots/discord/src/utils/duration.ts
@@ -1,5 +1,6 @@
1
import parse from 'parse-duration'
2
3
+parse[''] = parse['s']
4
parse['mo'] = parse['M'] = parse['month']!
5
6
const defaultUnitValue = parse['']!
0 commit comments