diff options
| -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 d80e73bf..9f5d5ef4 100644 --- a/discord/client.py +++ b/discord/client.py @@ -510,7 +510,7 @@ class Client: # or - await client.login('token') + await client.login('email', 'password') More than 2 parameters or less than 1 parameter raises a :exc:`TypeError`. |