aboutsummaryrefslogtreecommitdiffstats
path: root/bot/converters.py
diff options
context:
space:
mode:
Diffstat (limited to 'bot/converters.py')
-rw-r--r--bot/converters.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/converters.py b/bot/converters.py
index 65963f513..898822165 100644
--- a/bot/converters.py
+++ b/bot/converters.py
@@ -228,7 +228,7 @@ class Duration(DurationDelta):
The converter supports the same symbols for each unit of time as its parent class.
"""
- delta = super().convert(ctx, duration)
+ delta = await super().convert(ctx, duration)
now = datetime.utcnow()
try: