This commit is contained in:
2025-08-05 20:01:36 +09:00
-2
View File
@@ -30,8 +30,6 @@ cron.schedule("0 * * * *", () => {
timeNotice();
});
birthdayNotice();
// コマンド(10分/1回)
cron.schedule('*/10 * * * *', () => {
Commands();