mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +01:00
* backport: RichEmbed#checkField, Util#resolveString * backport: RichEmbed#spliceFields * fix: typo * chore: use util.resolveString everywhere * chore: rename EmbedFIeld to EmbedFieldData * consistency with v12 * chore: rename checkField to normalizeField * consistency with v12 * fix: EmbedField instead of EmbedFieldData * fix(typings): EmbedFIeld#inline is guaranteed * fix(docs): add JSDocs typedef for EmbedFieldData * fix(typings): EmbedFIeldData#name/#value * should be StringResolvable * refactor(RichEmbed): do not duplicate field prop checking * docs(RichEmbed): document default for inline * fix(RichEmbed): pass correct parameters to normalizeField * typings(RichEmbed): add missing spaces Co-authored-by: SpaceEEC <spaceeec@yahoo.com>