So, if you modify this function which starts on line 65: const timesUp = function(obj) {
hourglass.remaining = 0;
stopHourglass();
resetHourglass(obj);
setBars(obj, 0);
printMessage("The Timer has expired!");
}; Whatever you want to put in that bolded line will get whispered to the GM on completion.