aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Harbys <[email protected]>2020-11-24 15:05:50 +0100
committerGravatar Harbys <[email protected]>2020-11-24 15:05:50 +0100
commit91f1962703902fffabbbd7b710373850763e3ed7 (patch)
treed54a308d4df1de26779d2d06dd5fe81a904f0ec5
parentimport fix (diff)
Add additional year alias
-rw-r--r--bot/constants.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/constants.py b/bot/constants.py
index 744fbd512..6c0ef913b 100644
--- a/bot/constants.py
+++ b/bot/constants.py
@@ -725,7 +725,7 @@ TIME_FORMATS = {
"mul": 86400
},
"year": {
- "aliases": ("yr", "yrs", "years"),
+ "aliases": ("yr", "yrs", "years", "y"),
"mul": 31536000
}
}