This commit is contained in:
hydrabolt
2015-09-27 20:11:38 +01:00
parent 3e9a2bd346
commit e0b9ab12da

View File

@@ -103,7 +103,6 @@ Functions
---------
.. note :: Any functions used here that take callbacks as an optional parameter can also be used as Promises_. For example, you can do:
.. code-block:: js
bot.login(email, password).then(success).catch(err);