devRael1 / discordjs-pagination

A pagination system for Discord.js v14
https://www.npmjs.com/package/@devraelfreeze/discordjs-pagination
MIT License
11 stars 10 forks source link

fix(types): Allow passing EmbedBuilder or APIEmbed data directly with… #17

Open angelnext opened 11 months ago

angelnext commented 11 months ago

…out type errors

Before, when using the paginate function, you had to pass an Embed object directly. With this implementation, you can pass an embed, but you can also pass an EmbedBuilder, or Embed API data directly, without receiving a TypeScript error.