Browse Source

Add format_dt to utils __all__

pull/7269/head
Vaskel 4 years ago
committed by GitHub
parent
commit
bc75945088
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      discord/utils.py

1
discord/utils.py

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

Loading…
Cancel
Save