diff --git a/src/Client.js b/src/Client.js index 9a6c9cb..025443c 100644 --- a/src/Client.js +++ b/src/Client.js @@ -120,7 +120,7 @@ class Client extends EventEmitter { /** * Switches to another channel * @param {Number} id The id of the channel to switch to - * @return {Promise<>} + * @return {Promise} */ switchChannel(id) { if (this.channels.has(id)) {