1client.pollVoteAddCommand({2 name: "Poll Vote Add",3 channel: "$channelId",4 code: `5 $log[$messageId just received a new vote by $authorId]6 `7});
1module.exports = {2 name: "Poll Vote Add",3 channel: "$channelId",4 type: "pollVoteAdd",5 code: `6 $log[$messageId just received a new vote by $authorId]7 `8};