mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-13 18:13:29 +01:00
Add constructor documentation
This commit is contained in:
@@ -17,6 +17,10 @@ const ActionsManager = require('./actions/ActionsManager');
|
||||
*/
|
||||
class Client extends EventEmitter {
|
||||
|
||||
/**
|
||||
* Creates an instance of Client.
|
||||
* @param {Object} [options] options to pass to the client
|
||||
*/
|
||||
constructor(options) {
|
||||
super();
|
||||
this.options = mergeDefault(Constants.DefaultOptions, options);
|
||||
|
||||
Reference in New Issue
Block a user