mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +01:00
types(ThreadEditOptions): Add appliedTags (#9022)
This commit is contained in:
1
typings/index.d.ts
vendored
1
typings/index.d.ts
vendored
@@ -6108,6 +6108,7 @@ export interface ThreadEditData {
|
||||
locked?: boolean;
|
||||
invitable?: boolean;
|
||||
threadName?: string;
|
||||
appliedTags?: Snowflake[];
|
||||
flags?: ChannelFlagsResolvable;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user