fix(moderation): fixed having a prefix in the tdc help command
All checks were successful
Pylint / Pylint (push) Successful in 1m10s

This commit is contained in:
Seaswimmer 2023-10-05 09:58:52 -04:00
parent e1f2c4b8e6
commit 1ff7f35785
No known key found for this signature in database
GPG key ID: 5019678FD9CF50D8

View file

@ -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.
**Example usage**
`-timedeltaconvert 1 day 15hr 82 minutes 52s`
`[p]timedeltaconvert 1 day 15hr 82 minutes 52s`
**Output**
`1 day, 16:22:52`"""
try: