mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-12 09:33:32 +01:00
types(ThreadManager): add type to ThreadManager#create options (#5969)
This commit is contained in:
1
typings/index.d.ts
vendored
1
typings/index.d.ts
vendored
@@ -2625,6 +2625,7 @@ declare module 'discord.js' {
|
||||
name: string;
|
||||
autoArchiveDuration: ThreadAutoArchiveDuration;
|
||||
startMessage?: MessageResolvable;
|
||||
type?: ThreadChannelType | number;
|
||||
reason?: string;
|
||||
}): Promise<ThreadChannel>;
|
||||
public fetch(options: ThreadChannelResolvable, cacheOptions?: BaseFetchOptions): Promise<ThreadChannel | null>;
|
||||
|
||||
Reference in New Issue
Block a user