maintenance stopped
This commit is contained in:
parent
84c779fcf4
commit
c6d37cd81e
4 changed files with 18 additions and 7 deletions
12
README.md
12
README.md
|
|
@ -1,5 +1,7 @@
|
||||||
# Nassiryot Government Bot (4th Era)
|
# 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).
|
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.
|
For those who don't know, the Nassiryot Republic is a Virtual State, mainly active on Discord.
|
||||||
|
|
@ -12,7 +14,7 @@ _TODO_
|
||||||
|
|
||||||
### Installation
|
### 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`
|
* Install dependencies: `npm install`
|
||||||
|
|
||||||
### Running the bot
|
### Running the bot
|
||||||
|
|
@ -34,12 +36,12 @@ You can run the bot in the background, with the benefit of running it at startup
|
||||||
|
|
||||||
## License
|
## 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.
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "sknsybot",
|
"name": "sknsybot",
|
||||||
"version": "0.2.0",
|
"version": "0.3.0-dev27",
|
||||||
"private": true,
|
"private": true,
|
||||||
"description": "",
|
"description": "",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,9 @@
|
||||||
|
|
||||||
|
|
||||||
|
import * as cron from 'node-cron';
|
||||||
|
|
||||||
|
|
||||||
|
cron.schedule('0 7 * * *', () => {
|
||||||
|
// TODO send good morning to channel
|
||||||
|
});
|
||||||
|
|
||||||
|
|
@ -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.
|
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/)
|
[Learn more](https://unlicense.org/)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue