Fix Client.login documentation to showcase email/password login.

This commit is contained in:
Rapptz 2016-04-11 14:30:44 -04:00
parent 28b3d375e9
commit 5c407df2b7

View File

@ -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`.