v6.5(LTS)をリリース

This commit is contained in:
2025-07-31 22:02:54 +09:00
parent 1c10aeb9e4
commit d7a5d8a43e
8 changed files with 233 additions and 120 deletions
+4 -4
View File
@@ -26,16 +26,16 @@ successExit();
// 地震情報観測開始
earthquakeNotice();
// 時報・フォローバック(毎時)
/*// 時報・フォローバック(毎時)
cron.schedule("0 * * * *", () => {
timeNotice();
follows();
});
// 天気お知らせ(毎日7:01)
cron.schedule("1 7 * * *", () => {
cron.schedule("10 0 7 * * *", () => {
weatherNotice();
});
});*/
// コンソールで表示
// 起動表示
console.log("BOTサーバーが起動しました");