save channel

This commit is contained in:
MathMan05
2026-02-08 22:26:47 -06:00
committed by Rory&
parent 5028088c17
commit 9c848a50c7

View File

@@ -114,6 +114,7 @@ export async function handleMessage(opts: MessageOptions): Promise<Message> {
}
if (!ephermal) {
channel.last_message_id = message.id;
channel.save();
}
if (cloudAttachments && cloudAttachments.length > 0) {