Update the per-guild config to have thread options
This commit is contained in:
parent
3a03153d40
commit
f66404518f
1 changed files with 2 additions and 0 deletions
2
src/types/config.d.ts
vendored
2
src/types/config.d.ts
vendored
|
|
@ -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 {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue