Change all email/password pair examples to use token.

This commit is contained in:
Rapptz
2016-04-08 22:02:38 -04:00
parent 93edf88ee4
commit 72e84a1b47
11 changed files with 13 additions and 13 deletions

View File

@ -19,4 +19,4 @@ async def on_message_delete(message):
fmt = '{0.author.name} has deleted the message:\n{0.content}'
await client.send_message(message.channel, fmt.format(message))
client.run('email', 'password')
client.run('token')