aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCryptex <[email protected]>2021-05-23 00:36:20 -0700
committerGitHub <[email protected]>2021-05-23 03:36:20 -0400
commit71fe40aafac5cbbe2faa87cfb393b8aaea67bb1a (patch)
treeb40d8c8139a67314a3717ba503eb0d986af4aac1
parent[commands] Add BadColorArgument to __all__ (diff)
downloaddiscord.py-71fe40aafac5cbbe2faa87cfb393b8aaea67bb1a.tar.xz
discord.py-71fe40aafac5cbbe2faa87cfb393b8aaea67bb1a.zip
Consistent loop attribute description
-rw-r--r--discord/client.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/discord/client.py b/discord/client.py
index 494a838a..1a33394a 100644
--- a/discord/client.py
+++ b/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