diff --git a/lib/routes/Channels.ts b/lib/routes/Channels.ts index bfdc2fc..0bc1775 100644 --- a/lib/routes/Channels.ts +++ b/lib/routes/Channels.ts @@ -1026,7 +1026,6 @@ export class Channels { params?: MessageConstructorParams ): Promise> { if (typeof newMessage !== "object") throw new Error("newMessage should be an object."); - newMessage.replyMessageIDs = [...new Set(newMessage.replyMessageIDs)]; // Remove duplicates. return this.#manager.authRequest({ method: "PUT", path: endpoints.CHANNEL_MESSAGE(channelID, messageID),