fix(aurora): fixed incorrect example usage for [p]aurora timedelta
This commit is contained in:
parent
950d4abf6a
commit
a7d8a20c57
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
"""This command converts a duration to a [`timedelta`](https://docs.python.org/3/library/datetime.html#datetime.timedelta) Python object.
|
||||||
|
|
||||||
**Example usage**
|
**Example usage**
|
||||||
`[p]timedelta 1 day 15hr 82 minutes 52s`
|
`[p]aurora timedelta 1 day 15hr 82 minutes 52s`
|
||||||
**Output**
|
**Output**
|
||||||
`1 day, 16:22:52`"""
|
`1 day, 16:22:52`"""
|
||||||
try:
|
try:
|
||||||
|
|
Loading…
Reference in a new issue