From cea1830dde1c67b4a0af23069da98c0ea8601908 Mon Sep 17 00:00:00 2001 From: "Pedro S. Lopez" Date: Tue, 29 Dec 2020 00:24:30 -0400 Subject: [PATCH] docs: fix error generating Label docs --- src/structures/Label.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/structures/Label.js b/src/structures/Label.js index 0d35cf2..0a06754 100644 --- a/src/structures/Label.js +++ b/src/structures/Label.js @@ -39,7 +39,7 @@ class Label extends Base { } /** * Get all chats that have been assigned this Label - * @returns {Promise>>} + * @returns {Promise>} */ async getChats(){ return this.client.getChatsByLabelId(this.id);