diff --git a/CHANGELOG.md b/CHANGELOG.md index 0bbdc97..f5a23f3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +# Changelog + +## 0.3.0 (February 20, 2026) + +* Now the bot may show list of server the bot is in at startup, given the flag `GUILD_DETAIL_SHOW=1` in env. ## 0.2.1 (April 19, 2025) diff --git a/README.md b/README.md index 257812c..ffdd783 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# Comando Sunset Security Bot +# Nassiryot Republic V5 Bot -This is the official bot for [Comando Sunset](https://sunset.yusur.moe), a social promotion association. +This is the official bot for the Fifth Nassiryot Republic, a Virtual State and social promotion association. ## Features @@ -10,7 +10,7 @@ _TODO_ ### Installation -* Clone the repository: `git clone https://github.com/yusurko/NSYv4Bot.git` +* Clone the repository: `git clone https://nekode.yusur.moe/yusur/sakobo.git` * Install dependencies: `npm install` ### Running the bot diff --git a/package.json b/package.json index 8e5e65c..bc00975 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sknsybot", - "version": "0.3.0-dev33", + "version": "0.3.0", "private": true, "description": "", "license": "Apache-2.0", diff --git a/src/cron/calendar.ts b/src/cron/calendar.ts index d731eb5..5302aa5 100644 --- a/src/cron/calendar.ts +++ b/src/cron/calendar.ts @@ -3,7 +3,7 @@ import * as cron from 'node-cron'; -cron.schedule('0 7 * * *', () => { - // TODO send good morning to channel -}); +//cron.schedule('0 7 * * *', () => { +// // TODO send good morning to channel +//});