mirror of
https://github.com/danbulant/discord.js
synced 2026-07-08 20:51:14 +00:00
change type of Client.options
This commit is contained in:
parent
115850ad04
commit
00505d099a
1 changed files with 1 additions and 1 deletions
|
|
@ -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();
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue