We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2794e1 commit 30d79e8Copy full SHA for 30d79e8
packages/discord.js/src/structures/PollAnswer.js
@@ -77,7 +77,7 @@ class PollAnswer extends Base {
77
* @returns {Promise<Collection<Snowflake, User>>}
78
*/
79
fetchVoters({ after, limit } = {}) {
80
- return this.poll.message.channel.fetchPollAnswerVoters({
+ return this.poll.message.channel.messages.fetchPollAnswerVoters({
81
messageId: this.poll.message.id,
82
answerId: this.id,
83
after,
0 commit comments