Fixed typos from commit #5570 (#5917)

This commit is contained in:
BannerBomb
2021-06-24 17:20:57 -04:00
committed by GitHub
parent ca2a36b1d7
commit d984ac9d09
2 changed files with 2 additions and 2 deletions

2
typings/index.d.ts vendored
View File

@@ -4147,7 +4147,7 @@ declare module 'discord.js' {
name?: string;
archived?: boolean;
autoArchiveDuration?: ThreadAutoArchiveDuration;
rateLimitPeruser?: number;
rateLimitPerUser?: number;
locked?: boolean;
}