diff --git a/packages/core/src/structures/message.ts b/packages/core/src/structures/message.ts index f26073f..0459487 100644 --- a/packages/core/src/structures/message.ts +++ b/packages/core/src/structures/message.ts @@ -415,7 +415,7 @@ export class Message implements Model { /** Edits the current message */ async edit(options: EditMessage): Promise { const message = await this.session.rest.patch( - CHANNEL_MESSAGE(this.id, this.channelId), + CHANNEL_MESSAGE(this.channelId, this.id), { content: options.content, allowed_mentions: {