move morning messages hours a little

This commit is contained in:
Jill 2022-09-18 12:02:02 +03:00
parent 2a4542c8c8
commit f8f2c72fba
1 changed files with 2 additions and 2 deletions

View File

@ -4,8 +4,8 @@ const { token, disableDaytimeAnnouncements } = JSON.parse(fs.readFileSync('./con
import * as path from 'path';
import { initializeCounter } from './lib/counter';
const morningHour = 8;
const eveningHour = 21;
const morningHour = 7;
const eveningHour = 20;
function getNextMorning() {
const now = new Date();