This commit is contained in:
hydrabolt
2015-09-27 19:48:45 +01:00
parent 626f7eab6b
commit d27638b421
3 changed files with 19 additions and 9 deletions

9
docs/docs_resolvable.rst Normal file
View File

@@ -0,0 +1,9 @@
Resolvable Documentation
========================
To be robust, discord.js needs to handle a wide amount of ambiguous data that is supplied to it. This means you can use functions much more easily. Anything that is resolvable means it can be normalised without you having to do it explicitly.
Channel Resolvable
------------------
A Channel Resolvable is data that can be resolved to a channel ID. Here is what is currently supported: