removed debug log
This commit is contained in:
@@ -70,12 +70,10 @@ module.exports = {
|
|||||||
await handleBirthdays();
|
await handleBirthdays();
|
||||||
|
|
||||||
// First check after restart
|
// First check after restart
|
||||||
console.log('Checking Timer...')
|
|
||||||
client.emit('timerCheck');
|
client.emit('timerCheck');
|
||||||
|
|
||||||
// Check every minute
|
// Check every minute
|
||||||
setInterval(() => {
|
setInterval(() => {
|
||||||
console.log('Checking Timer...')
|
|
||||||
client.emit('timerCheck');
|
client.emit('timerCheck');
|
||||||
}, 60_000);
|
}, 60_000);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user