aboutsummaryrefslogtreecommitdiff
path: root/examples/edits.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/edits.py')
-rw-r--r--examples/edits.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/edits.py b/examples/edits.py
index a10393a0..deac246f 100644
--- a/examples/edits.py
+++ b/examples/edits.py
@@ -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')