mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-11 17:13: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.
|
||||
* @param {Object} [options] options to pass to the client
|
||||
* @param {ClientOptions} [options] options to pass to the client
|
||||
*/
|
||||
constructor(options) {
|
||||
super();
|
||||
|
||||
Reference in New Issue
Block a user