types(Events): rest events can be emitted on BaseClient (#6936)

This commit is contained in:
ckohen
2021-11-05 16:58:54 -07:00
committed by GitHub
parent dc6454104f
commit c297829d54
4 changed files with 50 additions and 14 deletions

View File

@@ -605,12 +605,6 @@ module.exports = Client;
* @param {string} info The warning
*/
/**
* Emitted for general debugging information.
* @event Client#debug
* @param {string} info The debug information
*/
/**
* @external Collection
* @see {@link https://discord.js.org/#/docs/collection/main/class/Collection}