discord.js-pagination
discord.js-pagination copied to clipboard
FIX:If you want to enter custom emojis (ID)
Go to node_modules > discord.js-paginations > index.js and change all reaction.emoji.name
to reaction.emoji.id
(And change async (msg, pages, emojiList = ['⏪', '⏩'], timeout = 120000)
to async (msg, pages, emojiList, timeout
)
XD
Go to node_modules > discord.js-paginations > index.js and change all
reaction.emoji.name
toreaction.emoji.id
(And changeasync (msg, pages, emojiList = ['⏪', '⏩'], timeout = 120000)
toasync (msg, pages, emojiList, timeout
) XD
Editing code inside node modules is not recommended, it'll potentially get overwritten with a fresh npm install or update installation.
It's best to fork the repo, make your changes in a branch on your fork of the repository then use your repositories git url in your package.json.