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:
@ -19,4 +19,4 @@ async def on_ready():
|
||||
print(client.user.id)
|
||||
print('------')
|
||||
|
||||
client.run('email', 'password')
|
||||
client.run('token')
|
||||
|
Reference in New Issue
Block a user