jowsey / discord.js-menu

💬 Create Discord.js embed-menus, with customizable reactions and unlimited pages.
https://npm.im/discord.js-menu
MIT License
120 stars 19 forks source link

Unreact Suggestion #17

Closed mihirgarg01 closed 3 years ago

mihirgarg01 commented 3 years ago

I have 5 Pages Using The Help Menu. Each Has An Embed Inside with ~ 5 Fields. Running Ubuntu 20.04 24vCPU, 64GB Ram (CPU Power Should Not Be The Problem). No Errors Present Or Logged.

Lets say you are on pg 0. If you click the reaction for the previous page reaction, the whole menu freezes up for ~ 8 seconds, and users need to unreact to that reaction for the menu to continue. My Suggestion: Consider adding a case at index.js ln 235 so if the reaction is trying to go to the previous page (pg -1), that reaction gets removed. As the image shows, the package should have removed the reaction, but instead stays there. Great NPM Package!

image