robot.on('messageReactionAdd', async (reaction, user) => {
if (reaction.message.partial) await reaction.message.fetch();
if (reaction.partial) await reaction.fetch();
if (user.bot) return;
if (!reaction.message.guild) return;
console.log(`${user.tag} поставил реакцию ${reaction.emoji.name} на сообщении ${reaction.message.id}.`);
if (client.channels.cache.get === "905864030718156882") {
}
});
robot.channels.cache.get('айди канала').messages.fetch('айди сообщения')
robot.channels.cache.forEach((channel)=>{
channel.messages.fetch({ limit: 1000 })
})