diff options
Diffstat (limited to 'discord')
| -rw-r--r-- | discord/client.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/discord/client.py b/discord/client.py index 7f8d23f8..4e6b2c33 100644 --- a/discord/client.py +++ b/discord/client.py @@ -505,7 +505,7 @@ class Client: .. code-block:: python - await client.login('email', 'password') + await client.login('token') # or |