We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f0d449 commit 3673f51Copy full SHA for 3673f51
twitchio/ext/commands/bot.py
@@ -327,8 +327,8 @@ async def handle_commands(self, message):
327
328
This method handles commands sent from chat and invokes them.
329
330
- By default, this coroutine is called within the `event_message` event.
331
- If you choose to override `event_message` then you need to invoke this coroutine in order to handle commands.
+ By default, this coroutine is called within the :func:`Bot.event_message` event.
+ If you choose to override :func:`Bot.event_message` then you need to invoke this coroutine in order to handle commands.
332
333
Parameters
334
----------
0 commit comments