fix(aurora): fixed incorrect example usage for [p]aurora timedelta

This commit is contained in:
Seaswimmer 2024-01-16 14:29:57 +00:00
parent 950d4abf6a
commit a7d8a20c57
Signed by untrusted user: cswimr
GPG key ID: D74DDDDF420E13DF

View file

@ -1112,7 +1112,7 @@ class Aurora(commands.Cog):
"""This command converts a duration to a [`timedelta`](https://docs.python.org/3/library/datetime.html#datetime.timedelta) Python object.
**Example usage**
`[p]timedelta 1 day 15hr 82 minutes 52s`
`[p]aurora timedelta 1 day 15hr 82 minutes 52s`
**Output**
`1 day, 16:22:52`"""
try: