Skip to content
Advertisement

Embed React Pages Discord Js

i made a bot Help command list by saying ” 911 ” in chat . It gives u an embed with the commands and 3 react buttons “forward” “backward” “delete” . It works as intended but idk why I can only use the reaction buttons once . For example : i am on page 1 , i pressed to go forward to 2 , then backward to 1 BUT if i want forward to 2 again it doesn’t respond anymore.

PICTURE OF HOW IT LOOKS LIKE IN DISCORD CHAT : https://imgur.com/a/ndVjI79

JavaScript

Advertisement

Answer

JavaScript

the max value you have specified here is the maximum amount of reactions to collect. You can increase the max value to a high amount or just remove the option if you don’t want to limit the maximum amount of reactions.

You might also want to add a collecter2.on(‘end’) and remove all the reactions and edit the embed to reflect that it has stopped collecting reactions.

User contributions licensed under: CC BY-SA
8 People found this is helpful
Advertisement