diff options
| author | Rapptz <[email protected]> | 2021-06-28 01:30:56 -0400 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2021-06-28 01:31:14 -0400 |
| commit | d1a2ee46209917000e57612c0bdce29b5035e15a (patch) | |
| tree | 0cb0cd87fe9a42bcfe10c20e851fcc576339b3eb /docs | |
| parent | Fix Guild.vanity_invite causing an error when guild has it unset (diff) | |
| download | discord.py-d1a2ee46209917000e57612c0bdce29b5035e15a.tar.xz discord.py-d1a2ee46209917000e57612c0bdce29b5035e15a.zip | |
Add discord.utils.format_dt helper function
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/api.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/api.rst b/docs/api.rst index 05402072..a27741bb 100644 --- a/docs/api.rst +++ b/docs/api.rst @@ -1066,6 +1066,8 @@ Utility Functions .. autofunction:: discord.utils.utcnow +.. autofunction:: discord.utils.format_dt + .. autofunction:: discord.utils.as_chunks .. _discord-api-enums: |