16.0.0
版本发布时间: 2022-09-18 00:24:52
discordeno/discordeno最新发布版本:18.0.0(2023-01-13 07:50:21)
This release was mainly made because we updated a dependency
"undici" for node.js users. This dependency had a breaking change, so we bumped it to 16. While this was a breaking change, i also merged two pending breaking change prs that were finalized. Some functions that discord no longer supports, we removed and the name of a permission was changed since discord changed it as well.
The main thing that will break in your bots, is most like the name change of MANAGE_EMOJIS
=> MANAGE_EMOJIS_AND_STICKERS
What's Changed
- BREAKING: Remove server discovery helpers due to lack of support by @lts20050703 in https://github.com/discordeno/discordeno/pull/2464
- BREAKING: MANAGE_EMOJIS -> MANAGE_EMOJIS_AND_STICKERS by @lts20050703 in https://github.com/discordeno/discordeno/pull/2473
Full Changelog: https://github.com/discordeno/discordeno/compare/15.0.4...16.0.0