mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-06-07 20:28:38 +00:00
Consistent loop attribute description
This commit is contained in:
parent
42bab370a7
commit
71fe40aafa
@ -177,7 +177,7 @@ class Client:
|
|||||||
ws
|
ws
|
||||||
The websocket gateway the client is currently connected to. Could be ``None``.
|
The websocket gateway the client is currently connected to. Could be ``None``.
|
||||||
loop: :class:`asyncio.AbstractEventLoop`
|
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):
|
def __init__(self, *, loop=None, **options):
|
||||||
self.ws = None
|
self.ws = None
|
||||||
|
Loading…
x
Reference in New Issue
Block a user