diff options
| author | Rapptz <[email protected]> | 2016-04-08 22:02:38 -0400 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2016-04-08 22:02:38 -0400 |
| commit | 72e84a1b47049d44498738458f8bf89c302a033a (patch) | |
| tree | a3dbf45c3063494cafa2a8898e6e401ca686d8db /examples/playlist.py | |
| parent | Change login, start and run to be variadic. (diff) | |
| download | discord.py-72e84a1b47049d44498738458f8bf89c302a033a.tar.xz discord.py-72e84a1b47049d44498738458f8bf89c302a033a.zip | |
Change all email/password pair examples to use token.
Diffstat (limited to 'examples/playlist.py')
| -rw-r--r-- | examples/playlist.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/playlist.py b/examples/playlist.py index 7a7eea3e..3dc4cc11 100644 --- a/examples/playlist.py +++ b/examples/playlist.py @@ -100,4 +100,4 @@ class Bot(discord.Client): bot = Bot() -bot.run('email', 'password') +bot.run('token') |