diff options
Diffstat (limited to 'examples/basic_bot.py')
| -rw-r--r-- | examples/basic_bot.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/basic_bot.py b/examples/basic_bot.py index 81ce0ab4..7d1c83c8 100644 --- a/examples/basic_bot.py +++ b/examples/basic_bot.py @@ -62,4 +62,4 @@ async def _bot(): """Is the bot cool?""" await bot.say('Yes, the bot is cool.') -bot.run('email', 'password') +bot.run('token') |