numbermaniac
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
discord/abc.py
|
@ -1315,7 +1315,7 @@ class Messageable(Protocol): |
|
|
|
|
|
|
|
|
Example Usage: :: |
|
|
Example Usage: :: |
|
|
async with channel.typing(): |
|
|
async with channel.typing(): |
|
|
# stimulate something heavy |
|
|
# simulate something heavy |
|
|
await asyncio.sleep(10) |
|
|
await asyncio.sleep(10) |
|
|
|
|
|
|
|
|
await channel.send('done!') |
|
|
await channel.send('done!') |
|
|