5.0.1 & docs

This commit is contained in:
hydrabolt
2015-11-21 15:51:07 +00:00
parent 477c0a3525
commit cbb69edf85
6 changed files with 47 additions and 3 deletions

View File

@@ -7,6 +7,14 @@ Cache
A Cache object extends an Array (so it can be used like a regular array) but introduces helper functions to make it more useful when developing with discord.js. Unlike a regular array, it doesn't care about the instance or prototype of an object, it works purely on properties.
**Examples:**
.. code-block:: js
client.users.get("id", 11238414);
client.channels.getAll("name", "general");
--------
Functions