issues
search
acegoal07
/
discordjs-pagination
A pagination package for Discord.js
https://acegoal07.dev
MIT License
6
stars
3
forks
source link
Some changes
#4
Closed
catplvsplus
closed
2 years ago
catplvsplus
commented
2 years ago
Changes
use
process.emitWarning()
instead of
console.log()
when the button list is more than the limit. (4e97483d368cb847c26a98009af75a45217263f8)
Add
replyMessage
option to enable whether the pagination will be sent as reply to the target message (9bc0477ed7302ef6c7445335a055905221ff6f8a)
FIX: slicing the buttons causes wrong arrangement of buttons when it exceeds the
buttonList
limit (c39fb5eff44b83c571f94f2e94c1365aa4963d13)
Changes
process.emitWarning()
instead ofconsole.log()
when the button list is more than the limit. (4e97483d368cb847c26a98009af75a45217263f8)replyMessage
option to enable whether the pagination will be sent as reply to the target message (9bc0477ed7302ef6c7445335a055905221ff6f8a)buttonList
limit (c39fb5eff44b83c571f94f2e94c1365aa4963d13)