mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-11 00:53:31 +01:00
types(Events): rest events can be emitted on BaseClient (#6936)
This commit is contained in:
@@ -73,3 +73,9 @@ class BaseClient extends EventEmitter {
|
||||
}
|
||||
|
||||
module.exports = BaseClient;
|
||||
|
||||
/**
|
||||
* Emitted for general debugging information.
|
||||
* @event BaseClient#debug
|
||||
* @param {string} info The debug information
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user