デバッグ用コード削除

This commit is contained in:
Last2014 2025-08-04 23:45:52 +09:00
parent 6ec9831ed4
commit f14999be13
1 changed files with 0 additions and 2 deletions

View File

@ -30,8 +30,6 @@ cron.schedule("0 * * * *", () => {
timeNotice(); timeNotice();
}); });
birthdayNotice();
// コマンド(10分/1回) // コマンド(10分/1回)
cron.schedule('*/10 * * * *', () => { cron.schedule('*/10 * * * *', () => {
Commands(); Commands();