mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-05-13 17:29:50 +00:00
[docs] Fix typos
This commit is contained in:
parent
b308b54b89
commit
e0d3521d16
@ -3215,7 +3215,7 @@ AuditLogDiff
|
|||||||
|
|
||||||
.. attribute:: invitable
|
.. attribute:: invitable
|
||||||
|
|
||||||
Whetheer non-moderators can add users to this private thread.
|
Whether non-moderators can add users to this private thread.
|
||||||
|
|
||||||
:type: :class:`bool`
|
:type: :class:`bool`
|
||||||
|
|
||||||
|
@ -106,7 +106,7 @@ A quick example to showcase how events work:
|
|||||||
print(f'Logged on as {self.user}!')
|
print(f'Logged on as {self.user}!')
|
||||||
|
|
||||||
async def on_message(self, message):
|
async def on_message(self, message):
|
||||||
print(f'Message from {messsage.author}: {message.content}')
|
print(f'Message from {message.author}: {message.content}')
|
||||||
|
|
||||||
client = MyClient()
|
client = MyClient()
|
||||||
client.run('my token goes here')
|
client.run('my token goes here')
|
||||||
|
@ -1029,7 +1029,7 @@ The following have been removed:
|
|||||||
|
|
||||||
- Consider using the newer documented :func:`on_socket_event_type` event instead.
|
- Consider using the newer documented :func:`on_socket_event_type` event instead.
|
||||||
|
|
||||||
Miscellanous Changes
|
Miscellaneous Changes
|
||||||
----------------------
|
----------------------
|
||||||
|
|
||||||
The following changes have been made:
|
The following changes have been made:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user