types(ThreadEditOptions): Add appliedTags (#9022)

This commit is contained in:
Jiralite
2023-01-10 09:53:03 +00:00
committed by GitHub
parent 35f6dadebf
commit 6854df4218
2 changed files with 2 additions and 0 deletions

1
typings/index.d.ts vendored
View File

@@ -6108,6 +6108,7 @@ export interface ThreadEditData {
locked?: boolean;
invitable?: boolean;
threadName?: string;
appliedTags?: Snowflake[];
flags?: ChannelFlagsResolvable;
}