Skip to content

Commit 3673f51

Browse files
committed
update docstring handle_commands
Add link to event_message in docs
1 parent 0f0d449 commit 3673f51

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

twitchio/ext/commands/bot.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -327,8 +327,8 @@ async def handle_commands(self, message):
327327
328328
This method handles commands sent from chat and invokes them.
329329
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.
330+
By default, this coroutine is called within the :func:`Bot.event_message` event.
331+
If you choose to override :func:`Bot.event_message` then you need to invoke this coroutine in order to handle commands.
332332
333333
Parameters
334334
----------

0 commit comments

Comments
 (0)