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

Patch 17 #143

Open
wants to merge 29 commits into
base: master
Choose a base branch
from
Open

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.

None yet

4 participants