diff options
| -rw-r--r-- | bot/constants.py | 2 |
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 } } |