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/basic_bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/basic_bot.py') diff --git a/examples/basic_bot.py b/examples/basic_bot.py index 81ce0ab4..7d1c83c8 100644 --- a/examples/basic_bot.py +++ b/examples/basic_bot.py @@ -62,4 +62,4 @@ async def _bot(): """Is the bot cool?""" await bot.say('Yes, the bot is cool.') -bot.run('email', 'password') +bot.run('token') -- cgit v1.2.3