Move and improve debug/warn docs

This commit is contained in:
Schuyler Cebulskie
2016-09-19 05:11:35 -04:00
parent 6a94658dd7
commit 47d873a8ca
4 changed files with 13 additions and 9 deletions

View File

@@ -270,3 +270,15 @@ class Client extends EventEmitter {
}
module.exports = Client;
/**
* Emitted for general warnings
* @event Client#warn
* @param {string} The warning
*/
/**
* Emitted for general debugging information
* @event Client#debug
* @param {string} The debug information
*/