mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-09-07 18:33:02 +00:00
Document and export MISSING sentinel
This commit is contained in:
@ -1311,6 +1311,12 @@ Utility Functions
|
||||
|
||||
.. autofunction:: discord.utils.as_chunks
|
||||
|
||||
.. data:: MISSING
|
||||
|
||||
A type safe sentinel used in the library to represent something as missing. Used to distinguish from ``None`` values.
|
||||
|
||||
.. versionadded:: 2.0
|
||||
|
||||
.. _discord-api-enums:
|
||||
|
||||
Enumerations
|
||||
|
Reference in New Issue
Block a user