From f14999be13c38654453d00dbeb90e92f0a09d215 Mon Sep 17 00:00:00 2001 From: Last2014 Date: Mon, 4 Aug 2025 23:45:52 +0900 Subject: [PATCH] =?UTF-8?q?=E3=83=87=E3=83=90=E3=83=83=E3=82=B0=E7=94=A8?= =?UTF-8?q?=E3=82=B3=E3=83=BC=E3=83=89=E5=89=8A=E9=99=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/main.ts b/main.ts index 75c9466..b6bb2eb 100644 --- a/main.ts +++ b/main.ts @@ -30,8 +30,6 @@ cron.schedule("0 * * * *", () => { timeNotice(); }); -birthdayNotice(); - // コマンド(10分/1回) cron.schedule('*/10 * * * *', () => { Commands();