Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow prebuild so we can fetch the discord message ID #12

Closed
wants to merge 2 commits into from

Conversation

KyleBoyer
Copy link
Contributor

No description provided.

@gazmull gazmull added the enhancement New feature or request label Jul 3, 2018
@gazmull
Copy link
Owner

gazmull commented Jul 3, 2018

Hi. Please provide a situation where the addition of this method is probable to be used. As far as I can think, you can work around with getting the message with:

const msg = await message.channel.send('test');

<PaginationEmbed>.setClientMessage(msg);

Assuming that you're referring to the client's message.

@KyleBoyer
Copy link
Contributor Author

Yea, that would work for what I was trying to do! Thanks!

@KyleBoyer KyleBoyer closed this Jul 3, 2018
@gazmull gazmull added the invalid This doesn't seem right label Jul 3, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request invalid This doesn't seem right
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants