From a7d8a20c57e3c6232ccfbb3cf257022ebcef48fa Mon Sep 17 00:00:00 2001 From: SeaswimmerTheFsh Date: Tue, 16 Jan 2024 14:29:57 +0000 Subject: [PATCH] fix(aurora): fixed incorrect example usage for `[p]aurora timedelta` --- aurora/aurora.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aurora/aurora.py b/aurora/aurora.py index 2f1a913..2cba6bc 100644 --- a/aurora/aurora.py +++ b/aurora/aurora.py @@ -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: