docs 5.59%

This commit is contained in:
hydrabolt
2016-02-13 15:53:01 +00:00
parent bd187540d3
commit 4e03c0b1a2
3 changed files with 177 additions and 20 deletions

View File

@@ -13,6 +13,10 @@
* If given an array, turns it into a newline-separated string.
* @typedef {(String|Array)} StringResolvable
*/
/**
* Resolves supplied data type to a Message. If a channel, it is the latest message from that channel.
* @typedef {(Message|TextChannel|PMChannel)} MessageResolvable
*/
import fs from "fs";
import request from "superagent";