diff options
| author | 2021-03-13 20:13:12 +0000 | |
|---|---|---|
| committer | 2021-03-13 20:13:12 +0000 | |
| commit | 87219f3a0c299d62a95341a90237715f1cff64d8 (patch) | |
| tree | d26f30f34d45fcdcd2bb2f503ebaa3ff9d7e209f /bot/utils | |
| parent | Merge pull request #625 from ToxicKidz/no-ctx-send-help (diff) | |
master => main
Diffstat (limited to 'bot/utils')
| -rw-r--r-- | bot/utils/time.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/utils/time.py b/bot/utils/time.py index 3c57e126..fbf2fd21 100644 --- a/bot/utils/time.py +++ b/bot/utils/time.py @@ -3,7 +3,7 @@ import datetime from dateutil.relativedelta import relativedelta -# All these functions are from https://github.com/python-discord/bot/blob/master/bot/utils/time.py +# All these functions are from https://github.com/python-discord/bot/blob/main/bot/utils/time.py def _stringify_time_unit(value: int, unit: str) -> str: """ Returns a string to represent a value and time unit, ensuring that it uses the right plural form of the unit. |