mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-11 17:13:31 +01:00
Move and improve debug/warn docs
This commit is contained in:
@@ -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
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user