discord.js-pagination icon indicating copy to clipboard operation
discord.js-pagination copied to clipboard

FIX:If you want to enter custom emojis (ID)

Open nachoofg opened this issue 3 years ago • 1 comments

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

nachoofg avatar Jul 07 '21 18:07 nachoofg

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

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.

psibean avatar Aug 10 '21 14:08 psibean