types(ThreadEditOptions): Add appliedTags

#9022 djs
This commit is contained in:
March 7th
2023-01-08 14:32:25 +07:00
parent e966a5b262
commit 57d4628d2b
2 changed files with 2 additions and 0 deletions

1
typings/index.d.ts vendored
View File

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