aboutsummaryrefslogtreecommitdiff
path: root/examples/deleted.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/deleted.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/deleted.py')
-rw-r--r--examples/deleted.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/deleted.py b/examples/deleted.py
index a6490fa0..bfbd54ef 100644
--- a/examples/deleted.py
+++ b/examples/deleted.py
@@ -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')