mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-16 11:33:30 +01:00
Retest
This commit is contained in:
@@ -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:
|
.. 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
|
.. code-block:: js
|
||||||
|
|
||||||
bot.login(email, password).then(success).catch(err);
|
bot.login(email, password).then(success).catch(err);
|
||||||
|
|||||||
Reference in New Issue
Block a user