This commit is contained in:
Last2014 2025-08-05 20:01:36 +09:00
commit 1ff4b2c429
1 changed files with 0 additions and 2 deletions

View File

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