Browse Source
Consistent loop attribute description
pull/6948/head
Cryptex
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/client.py
|
|
@ -177,7 +177,7 @@ class Client: |
|
|
|
ws |
|
|
|
The websocket gateway the client is currently connected to. Could be ``None``. |
|
|
|
loop: :class:`asyncio.AbstractEventLoop` |
|
|
|
The event loop that the client uses for HTTP requests and websocket operations. |
|
|
|
The event loop that the client uses for asynchronous operations. |
|
|
|
""" |
|
|
|
def __init__(self, *, loop=None, **options): |
|
|
|
self.ws = None |
|
|
|