Releases: egorprnn/discord.js-pages
Releases · egorprnn/discord.js-pages
1.3.1
1.3.0
🌟Highlights
Rejection of reactions for navigation and interactions.
With the release of discord.js v13
has added support for interactions and slash commands, since 2022 Discord restricts access to user messages for bots - therefore, migration to the interactions functionality is mandatory. discord.js-pages
also follows trends and refuses to support the old functionality. You can still use versions 1.2.x
with support for reactions, but their support has been discontinued and is not supported.
Visit the resources you need to get help migrating to the new version:
📖 Documentation | 🤖 Examples |
---|
1.3.0-rc.5
chore(package): bump version
1.3.0-rc.4
BREAKING CHANGE: interactions support
1.3.0-rc.3
fix(PagesBuilder): change replied status
1.3.0-rc.2
- Interactions support
1.2.0
- New method:
autoGeneratePages
.