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