mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-11 09:03:29 +01:00
types: add GuildEmojiManager to Caches (#6671)
This commit is contained in:
1
typings/index.d.ts
vendored
1
typings/index.d.ts
vendored
@@ -3188,6 +3188,7 @@ export type BufferResolvable = Buffer | string;
|
|||||||
export interface Caches {
|
export interface Caches {
|
||||||
ApplicationCommandManager: [manager: typeof ApplicationCommandManager, holds: typeof ApplicationCommand];
|
ApplicationCommandManager: [manager: typeof ApplicationCommandManager, holds: typeof ApplicationCommand];
|
||||||
BaseGuildEmojiManager: [manager: typeof BaseGuildEmojiManager, holds: typeof GuildEmoji];
|
BaseGuildEmojiManager: [manager: typeof BaseGuildEmojiManager, holds: typeof GuildEmoji];
|
||||||
|
GuildEmojiManager: [manager: typeof GuildEmojiManager, holds: typeof GuildEmoji];
|
||||||
// TODO: ChannelManager: [manager: typeof ChannelManager, holds: typeof Channel];
|
// TODO: ChannelManager: [manager: typeof ChannelManager, holds: typeof Channel];
|
||||||
// TODO: GuildChannelManager: [manager: typeof GuildChannelManager, holds: typeof GuildChannel];
|
// TODO: GuildChannelManager: [manager: typeof GuildChannelManager, holds: typeof GuildChannel];
|
||||||
// TODO: GuildManager: [manager: typeof GuildManager, holds: typeof Guild];
|
// TODO: GuildManager: [manager: typeof GuildManager, holds: typeof Guild];
|
||||||
|
|||||||
Reference in New Issue
Block a user