mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-16 11:33:30 +01:00
feat(StartThreadOptions): default autoArchiveDuration to channel's defaultAutoArchiveDuration (#6278)
This commit is contained in:
2
typings/index.d.ts
vendored
2
typings/index.d.ts
vendored
@@ -4898,7 +4898,7 @@ export type StageInstanceResolvable = StageInstance | Snowflake;
|
||||
|
||||
export interface StartThreadOptions {
|
||||
name: string;
|
||||
autoArchiveDuration: ThreadAutoArchiveDuration;
|
||||
autoArchiveDuration?: ThreadAutoArchiveDuration;
|
||||
reason?: string;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user