0
0
Fork 0

Update the per-guild config to have thread options

This commit is contained in:
Oliver-Akins 2021-08-01 02:20:02 -06:00
parent 3a03153d40
commit f66404518f

View file

@ -5,6 +5,8 @@ interface channel_config {
bot_token?: string; bot_token?: string;
delete_mode: "remove_components" | "delete_message"; delete_mode: "remove_components" | "delete_message";
params: { [index: string]: any }; params: { [index: string]: any };
thread_name?: string;
include_jump_link_for_threads?: boolean;
} }
interface config { interface config {