UpdatePoll
A poll was updated.
client.on("poll", (ctx) => {
console.log("A poll just changed.");
// ctx.poll
});
Properties
DISCRIMINATOR
The poll with its new state.
A poll was updated.
client.on("poll", (ctx) => {
console.log("A poll just changed.");
// ctx.poll
});
The poll with its new state.