Typetypesv0.14.0EmojiConfigThe shape of config.bot.emojis, a plain map you write yourself. Each value is an emoji name, or a [name, guildId] tuple to pin a guild emoji. seedcord codegen reads this to generate EmojiMap. type EmojiConfig = Record< string, string | readonly [string, string] >;