So i have this script, that i use for my twitch bot to read off a .txt file, basically what i want to do is everytime this txt file creates a new text i want that text to be displayed in my chat, is this possible?

on *:TEXT:followed:#:{
msg # $!read(C:\Users\Blahh\Desktop\streamstuff\TwitchAlerts V0.56.9\Log\LastFollower.txt)
}
}