mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-09-05 09:26:10 +00:00
Change all email/password pair examples to use token.
This commit is contained in:
@ -21,4 +21,4 @@ async def on_message_edit(before, after):
|
||||
fmt = '**{0.author}** edited their message:\n{1.content}'
|
||||
await client.send_message(after.channel, fmt.format(after, before))
|
||||
|
||||
client.run('email', 'password')
|
||||
client.run('token')
|
||||
|
Reference in New Issue
Block a user