Add format_dt to utils __all__

This commit is contained in:
Vaskel
2021-07-21 02:52:06 -04:00
committed by GitHub
parent dd5fc656d9
commit bc75945088

View File

@ -83,6 +83,7 @@ __all__ = (
'escape_markdown', 'escape_markdown',
'escape_mentions', 'escape_mentions',
'as_chunks', 'as_chunks',
'format_dt',
) )
DISCORD_EPOCH = 1420070400000 DISCORD_EPOCH = 1420070400000