mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-14 10:33:30 +01:00
Fixed acknowledging of channels (#1411)
* Fixed acknowledging of channels * using channel#lastMessageID and resolve when it's not present
This commit is contained in:
@@ -155,7 +155,6 @@ const Endpoints = exports.Endpoints = {
|
||||
permissions: `${base}/permissions`,
|
||||
webhooks: `${base}/webhooks`,
|
||||
search: `${base}/messages/search`,
|
||||
ack: `${base}/ack`,
|
||||
pins: `${base}/pins`,
|
||||
Pin: messageID => `${base}/pins/${messageID}`,
|
||||
Recipient: recipientID => `${base}/recipients/${recipientID}`,
|
||||
|
||||
Reference in New Issue
Block a user