From a2b981d19e98e06f16627b38a884a8154fa7d079 Mon Sep 17 00:00:00 2001 From: Rapptz Date: Mon, 14 Sep 2015 00:08:43 -0400 Subject: [PATCH] Document discord.utils.find function --- docs/api.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/api.rst b/docs/api.rst index 387353335..ccd27f2ed 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 --------------