From f66404518f9b1d5c932ff7416e0b55afc7d7161d Mon Sep 17 00:00:00 2001 From: Oliver-Akins Date: Sun, 1 Aug 2021 02:20:02 -0600 Subject: [PATCH] Update the per-guild config to have thread options --- src/types/config.d.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/types/config.d.ts b/src/types/config.d.ts index 8101fd7..0e762a7 100644 --- a/src/types/config.d.ts +++ b/src/types/config.d.ts @@ -5,6 +5,8 @@ interface channel_config { bot_token?: string; delete_mode: "remove_components" | "delete_message"; params: { [index: string]: any }; + thread_name?: string; + include_jump_link_for_threads?: boolean; } interface config {