1client.pollVoteRemoveCommand({2 name: "Poll Vote Remove",3 channel: "$channelId",4 code: `5 $log[$messageId just lost a vote from $authorId]6 `7});
1module.exports = {2 name: "Poll Vote Remove",3 channel: "$channelId",4 type: "pollVoteRemove",5 code: `6 $log[$messageId just lost a vote from $authorId]7 `8};