bit of help discord bots are dumb

var schedule = require(‘node-schedule’);

var j = schedule.scheduleJob(‘1 6 * * *’, function(){
client.on(“message”, function(message) {
client.channels.get(420277622761717763)
message.channel.send(‘This is a message to test Time intervals. LMAO’);
});

im using it to make a discord bot but it posts 5 times instead of 1