change type of Client.options

This commit is contained in:
Amish Shah
2016-08-22 18:07:10 +01:00
parent 115850ad04
commit 00505d099a

View File

@@ -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();