mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-19 13:03:31 +01:00
change type of Client.options
This commit is contained in:
@@ -19,7 +19,7 @@ class Client extends EventEmitter {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Creates an instance of Client.
|
* Creates an instance of Client.
|
||||||
* @param {Object} [options] options to pass to the client
|
* @param {ClientOptions} [options] options to pass to the client
|
||||||
*/
|
*/
|
||||||
constructor(options) {
|
constructor(options) {
|
||||||
super();
|
super();
|
||||||
|
|||||||
Reference in New Issue
Block a user