mirror of
https://github.com/discordjs/discord.js.git
synced 2026-06-15 19:08:20 +00:00
types(ThreadManager): add type to ThreadManager#create options (#5969)
This commit is contained in:
Vendored
+1
@@ -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