Skip to content

Commit

Permalink
types(ThreadManager): add type to ThreadManager#create options (#5969)
Browse files Browse the repository at this point in the history
  • Loading branch information
GamingGeek committed Jun 29, 2021
1 parent edab5af commit 3174507
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions typings/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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>;
Expand Down

0 comments on commit 3174507

Please sign in to comment.