diff --git a/server/src/types/config.d.ts b/server/src/types/config.d.ts index 6f57230..2a3b6cf 100644 --- a/server/src/types/config.d.ts +++ b/server/src/types/config.d.ts @@ -9,6 +9,7 @@ interface channel_config { show_win_streak?: boolean; extra_buttons?: string[]; tie_reminder: "channel" | "thread" | "thread_no_jump_link"; + history_site: boolean; } interface config {