mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-09-03 00:25:14 +00:00
Change all email/password pair examples to use token.
This commit is contained in:
@ -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')
|
||||
|
Reference in New Issue
Block a user