From 28d01d78c917148d49ae4896a1e9fd01205d448a Mon Sep 17 00:00:00 2001 From: Jannis Achstetter Date: Fri, 23 Oct 2020 20:43:40 +0200 Subject: [PATCH] Fix creation of documentation --- src/Client.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)) {