example is outdated
Hok-2323 opened this issue · 2 comments
Hok-2323 commented
Checklist
Make sure that you've checked all the items below.
- [*] Bot has the following permissions:
- MESSAGE_ADD_REACTION
- MESSAGE_EXT_EMOJI
- MESSAGE_READ/WRITE
- VIEW_CHANNEL
- [*] If using
JDABuilder.createLight()
, you added the following gateway intents:- GUILD_MESSAGES
- GUILD_MESSAGE_REACTIONS
- [*] If using
.setRemoveOnReact(true)
, you have the following permission:- MESSAGE_MANAGE
- [*] PaginationUtils is up-to-date.
- [*] You have activated the library as descripted in the README.
Library info
What libraries versions are you using.
- JDA version 4.3
- PaginationUtils version 2.3.0
Describe the bug
A clear and concise description of what the bug is.
readme example outdated and doest work
To Reproduce
Expected behavior
Screenshots
Additional context
Add any other context about the problem here.
ygimenez commented
Are you referring to master
branch's examples? They refer to the TBR version not the public release.
ygimenez commented
To prevent further mistakes I've moved current in-dev branch to nightly and restored master from latest public release.