Don't overwrite room custom topics

This commit is contained in:
Cadence Ember
2025-02-01 23:12:50 +13:00
parent eec8b0f15b
commit ad51079448
9 changed files with 57 additions and 19 deletions

View File

@@ -10,6 +10,8 @@ export type Models = {
speedbump_id: string | null
speedbump_webhook_id: string | null
speedbump_checked: number | null
guild_id: string | null
custom_topic: number
}
event_message: {