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