This commit is contained in:
Flam3rboy 2021-08-17 22:57:30 +02:00
parent d8b01058b3
commit bf8718489e

View File

@ -23,9 +23,7 @@ router.patch("/", check(MessageCreateSchema), async (req: Request, res: Response
const opts = await handleMessage({ const opts = await handleMessage({
...body, ...body,
author_id: message.author_id, ...message,
channel_id,
id: message_id,
edited_timestamp: new Date() edited_timestamp: new Date()
}); });