mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-09-08 10:53:10 +00:00
Fix Client.login documentation to showcase email/password login.
This commit is contained in:
@ -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`.
|
||||
|
Reference in New Issue
Block a user