A few docs updates

This commit is contained in:
abalabahaha
2016-01-25 00:49:45 -08:00
parent 79039f08a1
commit 799039588b
4 changed files with 41 additions and 12 deletions

View File

@@ -12,7 +12,7 @@ A Cache object extends an Array (so it can be used like a regular array) but int
.. code-block:: js
client.users.get("id", 11238414);
client.channels.getAll("name", "general");
--------