Skip to content
This repository was archived by the owner on Jan 12, 2022. It is now read-only.

Conversation

@rajamoulimallareddy
Copy link
Contributor

No description provided.

const collector = msg.createReactionCollector((reaction, user) => {
return this.paginationEmojis.includes(reaction.emoji.name) && user.id === author.id;
}, {
static pagination(interaction, member, contents, currPage = 0) {
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why would we need to pass an interaction instead of a message, and member instead of author here?

@Allvaa
Copy link
Owner

Allvaa commented Sep 1, 2021

also you may rebase the pr with djs13 branch, and target it to djs13 branch

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants