Skip to content

Commit

Permalink
types: add manager to Caches
Browse files Browse the repository at this point in the history
  • Loading branch information
Jiralite committed Jun 6, 2022
1 parent 7cd55a8 commit 0bb52ad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/discord.js/typings/index.d.ts
Expand Up @@ -3773,6 +3773,7 @@ export type BitFieldResolvable<T extends string, N extends number | bigint> =
export type BufferResolvable = Buffer | string;

export interface Caches {
AutoModRuleManager: [manager: typeof AutoModRuleManager, holds: typeof AutoModRule];
ApplicationCommandManager: [manager: typeof ApplicationCommandManager, holds: typeof ApplicationCommand];
BaseGuildEmojiManager: [manager: typeof BaseGuildEmojiManager, holds: typeof GuildEmoji];
GuildEmojiManager: [manager: typeof GuildEmojiManager, holds: typeof GuildEmoji];
Expand Down

0 comments on commit 0bb52ad

Please sign in to comment.