@@ -43,5 +43,11 @@ cron.schedule("0 7 * * *", () => {
}, 100);
});
// 管理パネル
import AdminPanel from "./panel/main.js";
(async () => {
await AdminPanel();
})();
// 起動表示
console.log("BOTサーバーが起動しました");
The note is not visible to the blocked user.