diff --git a/README.md b/README.md index 4e6a89c..a94c7d2 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Nassiryot Government Bot (4th Era) +**⚠️ UNMANTAINED because the community in question dissolved, and development stopped. Keeping for the sake of history.** + This is the official bot for the [Nassiryot Social Republic](https://gov.yusurland.xyz). For those who don't know, the Nassiryot Republic is a Virtual State, mainly active on Discord. @@ -12,7 +14,7 @@ _TODO_ ### Installation -* Clone the repository: `git clone https://github.com/sakuragasaki46/SKoroshi.git` +* Clone the repository: `git clone https://github.com/sakuragasaki46/NSYv4Bot.git` * Install dependencies: `npm install` ### Running the bot @@ -34,12 +36,12 @@ You can run the bot in the background, with the benefit of running it at startup ## License -The whole code is licensed under [Apache 2.0](https://www.apache.org/licenses/LICENSE-2.0.html) License. +Licensed under the [Apache License, Version 2.0](LICENSE), a non-copyleft free and open source license. -This code is available "AS IS", without any warranty, explicit or implied. +This is a hobby project, made available “AS IS”, with __no warranty__ express or implied. -I (sakuragasaki46) am **not legally liable** from Your use of the code. +I (sakuragasaki46) may NOT be held accountable for Your use of my code. -Starting lawsuits for issues with my code is sign of low mental maturity and utter disrespect for the developer. +> It's pointless to file a lawsuit because you feel damaged, and it's only going to turn against you. What a waste of money you could have spent on a vacation or charity, or invested in stocks. diff --git a/package.json b/package.json index 79e8193..4e5d54f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sknsybot", - "version": "0.2.0", + "version": "0.3.0-dev27", "private": true, "description": "", "license": "Apache-2.0", diff --git a/src/cron/calendar.ts b/src/cron/calendar.ts index e69de29..d731eb5 100644 --- a/src/cron/calendar.ts +++ b/src/cron/calendar.ts @@ -0,0 +1,9 @@ + + +import * as cron from 'node-cron'; + + +cron.schedule('0 7 * * *', () => { + // TODO send good morning to channel +}); + diff --git a/src/seeds/README.md b/src/seeds/README.md index 1dee2ee..6312eb0 100644 --- a/src/seeds/README.md +++ b/src/seeds/README.md @@ -8,7 +8,7 @@ Namely, the `/bible` and the `/rllaw` commands (to be implemented in a future re All the files in the `src/seeds/` folder are public domain. -I (Sakuragasaki46) am NOT legally accountable for your use of these files. +I (sakuragasaki46) may NOT be held accountable for Your use of these files. [Learn more](https://unlicense.org/)