diff options
| author | Rapptz <[email protected]> | 2016-03-06 03:42:13 -0500 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2016-03-06 03:42:13 -0500 |
| commit | d133f9f76187d42c56db0a9237bc6d7ccb0bd11e (patch) | |
| tree | b2de13350aec2137f0531dcaac32698867a95327 /docs | |
| parent | Add util method to extract creation date from discord ids (diff) | |
| download | discord.py-d133f9f76187d42c56db0a9237bc6d7ccb0bd11e.tar.xz discord.py-d133f9f76187d42c56db0a9237bc6d7ccb0bd11e.zip | |
Clean up documentation of utils.snowflake_time
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 111a1ee1..f38fc70d 100644 --- a/docs/api.rst +++ b/docs/api.rst @@ -333,6 +333,8 @@ Utility Functions .. autofunction:: discord.utils.get +.. autofunction:: discord.utils.snowflake_time + .. _discord-api-enums: Enumerations |