From 867d918e30aff7ffe7777e70b689bca45d34a972 Mon Sep 17 00:00:00 2001 From: Rapptz Date: Sat, 1 Jul 2017 16:18:07 -0400 Subject: [PATCH] Add when_mentioned and when_mentioned_or to the documentation. --- docs/ext/commands/api.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/ext/commands/api.rst b/docs/ext/commands/api.rst index 897f149c5..267330743 100644 --- a/docs/ext/commands/api.rst +++ b/docs/ext/commands/api.rst @@ -17,6 +17,10 @@ Bot .. autoclass:: discord.ext.commands.AutoShardedBot :members: +.. autofunction:: discord.ext.commands.when_mentioned + +.. autofunction:: discord.ext.commands.when_mentioned_or + .. _ext_commands_api_events: Event Reference