Thank you so much changed it to this and that worked
client.on(‘connected’, (address, port) => {
setInterval(function(){
client.say(process.env.CHANNEL_TOKEN, ‘/announce New giveaway is starting next week’)
}, 895000000);
});
Thank you so much changed it to this and that worked
client.on(‘connected’, (address, port) => {
setInterval(function(){
client.say(process.env.CHANNEL_TOKEN, ‘/announce New giveaway is starting next week’)
}, 895000000);
});