mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-10-21 16:03:10 +00:00
Add documentation examples for AsyncIterator and change_presence.
This commit is contained in:
@@ -335,7 +335,6 @@ class GuildChannel:
|
||||
- Guild roles
|
||||
- Channel overrides
|
||||
- Member overrides
|
||||
- Whether the channel is the default channel.
|
||||
|
||||
Parameters
|
||||
----------
|
||||
@@ -764,7 +763,7 @@ class Messageable(metaclass=abc.ABCMeta):
|
||||
|
||||
Example Usage: ::
|
||||
|
||||
with channel.typing():
|
||||
async with channel.typing():
|
||||
# do expensive stuff here
|
||||
await channel.send('done!')
|
||||
|
||||
|
Reference in New Issue
Block a user