From 72e84a1b47049d44498738458f8bf89c302a033a Mon Sep 17 00:00:00 2001 From: Rapptz Date: Fri, 8 Apr 2016 22:02:38 -0400 Subject: Change all email/password pair examples to use token. --- discord/client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'discord') 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 -- cgit v1.2.3