Interfacetypesv0.12.0BotConfigDiscord bot configuration interface BotConfigMember overviewPropertiescommandsemojisinteractionsPropertiescommandscommands: CommandsConfig;optionalemojisOptional emoji map. Each value is an emoji name loaded from your application emojis, or a [name, guildId] tuple loaded from that guild (the guild needs the Guilds intent). Run seedcord codegen after changing this to type the Emojis accessor. emojis: EmojiConfig;ExamplesCopyemojis: { ThumbsUp: 'thumbsup', Lol: ['lol_1', '1872389747982323426'] }See also:EmojiConfig, Emojisinteractionsinteractions: InteractionsConfig;
optionalemojisOptional emoji map. Each value is an emoji name loaded from your application emojis, or a [name, guildId] tuple loaded from that guild (the guild needs the Guilds intent). Run seedcord codegen after changing this to type the Emojis accessor. emojis: EmojiConfig;ExamplesCopyemojis: { ThumbsUp: 'thumbsup', Lol: ['lol_1', '1872389747982323426'] }See also:EmojiConfig, Emojis