diff options
| author | Steve C <[email protected]> | 2019-04-08 23:33:44 -0400 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2019-04-09 00:10:28 -0400 |
| commit | db340fd5f942cceb93c559f9aabab9f1113ebcda (patch) | |
| tree | a59b5bbf500c4c210bad977e1a5660dd97f01219 /docs | |
| parent | Fix issue with speaking state causing an error. (diff) | |
| download | discord.py-db340fd5f942cceb93c559f9aabab9f1113ebcda.tar.xz discord.py-db340fd5f942cceb93c559f9aabab9f1113ebcda.zip | |
Fix broken documentation attribute
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 ef36ae32..ed182f93 100644 --- a/docs/api.rst +++ b/docs/api.rst @@ -253,7 +253,7 @@ to handle it, which defaults to print a traceback and ignoring the exception. called regardless of the message being in the internal message cache or not. If the message is found in the message cache, - it can be accessed via:attr:`RawMessageDeleteEvent.cached_message` + it can be accessed via :attr:`RawMessageDeleteEvent.cached_message` :param payload: The raw event payload data. :type payload: :class:`RawMessageDeleteEvent` |