UpdatePollAnswer
A poll was answered.
client.on("pollAnswer", (ctx) => {
console.log("A poll just got an answer.");
// ctx.poll
});
Properties
DISCRIMINATOR
The poll answer.
A poll was answered.
client.on("pollAnswer", (ctx) => {
console.log("A poll just got an answer.");
// ctx.poll
});
The poll answer.