fix: markUnread

This commit is contained in:
March 7th
2022-06-13 19:13:03 +07:00
parent d6622eea6f
commit 1c09f6beb1
4 changed files with 3 additions and 6 deletions

View File

@@ -999,8 +999,7 @@ class Message extends Base {
* @returns {boolean}
*/
async markUnread() {
await this.client.api.channels[this.channelId].messages[this.id].ack({
usingApplicationJson: true,
await this.client.api.channels[this.channelId].messages[this.id].ack.post({
data: {
manual: true,
mention_count: