Custom Twitch Bot and Twitch / commands

sorry for the late responds i know for sure that the /announe doesnt work i tryed this and i literly just typed /announce giveaway starting next week

didnt see the announcement in any way or form

this is how im running the timed event
and as you can see on the Screenshots with both its not triggering the New /announce

client.on(‘connected’, (address, port) => {
setInterval(function(){
console.log(client.action(process.env.CHANNEL_TOKEN, ‘.announce New giveaway is starting next week’));
}, 723000000);
});