mirror of
https://github.com/danbulant/discord.js
synced 2026-05-26 21:42:05 +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.
|
||||
* @param {Object} [options] options to pass to the client
|
||||
* @param {ClientOptions} [options] options to pass to the client
|
||||
*/
|
||||
constructor(options) {
|
||||
super();
|
||||
|
|
|
|||
Loading…
Reference in a new issue