aboutsummaryrefslogtreecommitdiff
path: root/examples/new_member.py
diff options
context:
space:
mode:
authorRapptz <[email protected]>2016-04-08 22:02:38 -0400
committerRapptz <[email protected]>2016-04-08 22:02:38 -0400
commit72e84a1b47049d44498738458f8bf89c302a033a (patch)
treea3dbf45c3063494cafa2a8898e6e401ca686d8db /examples/new_member.py
parentChange login, start and run to be variadic. (diff)
downloaddiscord.py-72e84a1b47049d44498738458f8bf89c302a033a.tar.xz
discord.py-72e84a1b47049d44498738458f8bf89c302a033a.zip
Change all email/password pair examples to use token.
Diffstat (limited to 'examples/new_member.py')
-rw-r--r--examples/new_member.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/new_member.py b/examples/new_member.py
index 69c13341..f8631bf1 100644
--- a/examples/new_member.py
+++ b/examples/new_member.py
@@ -15,4 +15,4 @@ async def on_ready():
print(client.user.id)
print('------')
-client.run('email', 'password')
+client.run('token')