fix: JSDocs parse error

This commit is contained in:
March 7th
2022-08-03 19:47:37 +07:00
parent 288d295f8a
commit 931605ae0d
5 changed files with 7 additions and 7 deletions

View File

@@ -997,7 +997,7 @@ class Message extends Base {
// Added
/**
* Marks the message as unread.
* @returns {boolean}
* @returns {Promise<boolean>}
*/
async markUnread() {
await this.client.api.channels[this.channelId].messages[this.id].ack.post({
@@ -1017,7 +1017,7 @@ class Message extends Base {
/**
* Marks the message as read.
* @returns {boolean}
* @returns {Promise<boolean>}
*/
async markRead() {
await this.client.api.channels[this.channelId].messages[this.id].ack.post({