save channel

This commit is contained in:
MathMan05
2026-02-11 10:06:44 +01:00
committed by Rory&
parent 5028088c17
commit 9c848a50c7
+1
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) {