diff options
| author | Vaskel <[email protected]> | 2021-07-21 02:52:06 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-07-21 02:52:06 -0400 |
| commit | bc75945088cae248d96abf455337b2e60c2c9198 (patch) | |
| tree | 132d384a51e157faa68bfeaa9c25590ec012e854 | |
| parent | Fix permissions_for for roles (diff) | |
| download | discord.py-bc75945088cae248d96abf455337b2e60c2c9198.tar.xz discord.py-bc75945088cae248d96abf455337b2e60c2c9198.zip | |
Add format_dt to utils __all__
| -rw-r--r-- | discord/utils.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/discord/utils.py b/discord/utils.py index 9fda2cab..dac6f9da 100644 --- a/discord/utils.py +++ b/discord/utils.py @@ -83,6 +83,7 @@ __all__ = ( 'escape_markdown', 'escape_mentions', 'as_chunks', + 'format_dt', ) DISCORD_EPOCH = 1420070400000 |