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 82705c6 commit 198c7c8Copy full SHA for 198c7c8
docs/quickstart.rst
@@ -61,7 +61,7 @@ Here we will be using the commands extension of TwitchIO to create a Chat Bot.
61
The above example listens to one event, `event_ready`. If we want to listen to other events,
62
we can simply add them to our Bot class.
63
64
-For an exhaustive list of events, visit: `Event Reference <https://twitchio.readthedocs.io/en/2.0/twitchio.html#event-reference>`_
+For an exhaustive list of events, visit: `Event Reference <twitchio.html#event-reference>`_
65
66
**Let's add an** `event_message` **which will listen for all messages the bot can see:**
67
0 commit comments