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

Remove reaction from user request the message

Open andrelec1 opened this issue 4 years ago • 1 comments

i use this lib for making a shop for my bot ... i type the command for displaying the shop and i change the page, the reaction is remove ... but if another user change page the reaction isn't removed

andrelec1 avatar May 02 '20 13:05 andrelec1

My PR resolves this by using the user from the collect event instead of the author of the original passed in message.

psibean avatar Jan 18 '21 09:01 psibean