Fix typo and capitalizations in docs

This commit is contained in:
will
2022-06-19 23:02:53 -04:00
committed by GitHub
parent 64849ebcc8
commit d0a52f4276
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1229,7 +1229,7 @@ Threads
.. function:: on_raw_thread_update(payload)
Called whenever a thread is update. Unlike :func:`on_thread_update` this
Called whenever a thread is updated. Unlike :func:`on_thread_update` this
is called regardless of the thread being in the internal thread cache or not.
This requires :attr:`Intents.guilds` to be enabled.