feat(live_status): add command to generate and update persistent status messages

This commit is contained in:
2025-10-31 15:09:12 +01:00
parent d3fba3668e
commit b9930cbc8f
6 changed files with 104 additions and 6 deletions

View File

@@ -10,4 +10,7 @@ export class Guild {
@Column()
persistent_message_id: string;
@Column()
persistent_message_channel_id: string;
}