0
0
Fork 0

Edit the union type for deletion methods

This commit is contained in:
Oliver-Akins 2021-07-23 12:48:38 -06:00
parent 2f63b8d635
commit 8355d68a64

View file

@ -2,7 +2,7 @@ interface channel_config {
password: string;
api_base: string;
quote_max: number;
delete_mode: "no_interactions" | "delete_message";
delete_mode: "remove_components" | "delete_message";
params: { [index: string]: any };
}