Browse Source

Fix Example Usage in docs

pull/7297/head
AkshuAgarwal 4 years ago
committed by GitHub
parent
commit
85f3e11ef1
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      discord/abc.py

1
discord/abc.py

@ -1452,6 +1452,7 @@ class Messageable:
This means that both ``with`` and ``async with`` work with this.
Example Usage: ::
async with channel.typing():
# simulate something heavy
await asyncio.sleep(10)

Loading…
Cancel
Save