This commit is contained in:
2025-06-29 18:56:27 +09:00
parent 761af6eafc
commit 5bd251f6eb
7 changed files with 185 additions and 66 deletions
+7 -7
View File
@@ -1,14 +1,12 @@
# uwuzu時報BOT
# uwuzuお知らせBOT
# なにこれ
# uwuzuお知らせBOTについて
uwuzuの時報BOT。
1時間おきに投稿する。
タイムゾーンはサーバー依存。
uwuzuで動作するお知らせBOTです
# .envは?
# .env形式
.env.example見て
`.env.example`をご覧ください。
# サーバー起動
@@ -17,3 +15,5 @@ npm install
npm run build
npm run start
```
※Node.js・npmがインストールされている必要があります。