fix(moderation): fixed having a prefix in the tdc help command
All checks were successful
Pylint / Pylint (push) Successful in 1m10s
All checks were successful
Pylint / Pylint (push) Successful in 1m10s
This commit is contained in:
parent
e1f2c4b8e6
commit
1ff7f35785
1 changed files with 1 additions and 1 deletions
|
@ -359,7 +359,7 @@ class Moderation(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**
|
||||||
`-timedeltaconvert 1 day 15hr 82 minutes 52s`
|
`[p]timedeltaconvert 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