diff options
| author | Stefano Pigozzi <[email protected]> | 2020-12-29 14:25:53 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-12-29 08:25:53 -0500 |
| commit | 194344da7d97c60c6468b0d0b4d0e5543807400b (patch) | |
| tree | c7da2d9dfcf14fdce4d833cdc40204e587cd770f /docs | |
| parent | [commands] fully remove command when CommandRegistrationError is raised for a... (diff) | |
| download | discord.py-194344da7d97c60c6468b0d0b4d0e5543807400b.tar.xz discord.py-194344da7d97c60c6468b0d0b4d0e5543807400b.zip | |
docs: Change page to section in event reference
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/api.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/api.rst b/docs/api.rst index edf77bad..56409f5f 100644 --- a/docs/api.rst +++ b/docs/api.rst @@ -155,7 +155,7 @@ Opus Library Event Reference --------------- -This page outlines the different types of events listened by :class:`Client`. +This section outlines the different types of events listened by :class:`Client`. There are two ways to register an event, the first way is through the use of :meth:`Client.event`. The second way is through subclassing :class:`Client` and |