diff options
| author | Rapptz <[email protected]> | 2015-09-14 00:08:43 -0400 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2015-09-14 00:08:43 -0400 |
| commit | a2b981d19e98e06f16627b38a884a8154fa7d079 (patch) | |
| tree | 5e6d1f254b5538f9c8488d384a565757bf1ede1a /docs | |
| parent | Add ability to edit or delete roles from a sever. (diff) | |
| download | discord.py-a2b981d19e98e06f16627b38a884a8154fa7d079.tar.xz discord.py-a2b981d19e98e06f16627b38a884a8154fa7d079.zip | |
Document discord.utils.find function
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/api.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/api.rst b/docs/api.rst index 38735333..ccd27f2e 100644 --- a/docs/api.rst +++ b/docs/api.rst @@ -110,6 +110,12 @@ All events are 'sandboxed', in that if an exception is thrown while the event is :param server: The :class:`Server` that got created or deleted. +Utility Functions +----------------- + +.. autofunction:: discord.utils.find + + Data Classes -------------- |