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. --- examples/playlist.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/playlist.py') diff --git a/examples/playlist.py b/examples/playlist.py index 7a7eea3e..3dc4cc11 100644 --- a/examples/playlist.py +++ b/examples/playlist.py @@ -100,4 +100,4 @@ class Bot(discord.Client): bot = Bot() -bot.run('email', 'password') +bot.run('token') -- cgit v1.2.3