Browse Source

Fix typo in async with documentation

pull/8156/head
Rapptz 3 years ago
parent
commit
768242b00e
  1. 2
      discord/shard.py

2
discord/shard.py

@ -312,7 +312,7 @@ class AutoShardedClient(Client):
.. describe:: async with x
Asynchronously initialises the client and automatically.
Asynchronously initialises the client and automatically cleans up.
.. versionadded:: 2.0

Loading…
Cancel
Save