This commit is contained in:
2025-08-06 21:27:29 +09:00
parent 1ff4b2c429
commit 644ba912b1
28 changed files with 498 additions and 124 deletions
+6
View File
@@ -43,5 +43,11 @@ cron.schedule("0 7 * * *", () => {
}, 100);
});
// 管理パネル
import AdminPanel from "./panel/main.js";
(async () => {
await AdminPanel();
})();
// 起動表示
console.log("BOTサーバーが起動しました");