aboutsummaryrefslogtreecommitdiffstats
path: root/bot/converters.py
diff options
context:
space:
mode:
Diffstat (limited to 'bot/converters.py')
-rw-r--r--bot/converters.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/bot/converters.py b/bot/converters.py
index 1e5a87a23..bad72ab9c 100644
--- a/bot/converters.py
+++ b/bot/converters.py
@@ -641,6 +641,7 @@ if t.TYPE_CHECKING:
UnambiguousUser = discord.User # noqa: F811
UnambiguousMember = discord.Member # noqa: F811
Infraction = t.Optional[dict] # noqa: F811
+ DayDuration = datetime # noqa: F811
Expiry = t.Union[Duration, ISODateTime]
MemberOrUser = t.Union[discord.Member, discord.User]