0.3.0
This commit is contained in:
parent
5479ec88a8
commit
0ca805ad94
4 changed files with 12 additions and 7 deletions
|
|
@ -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)
|
## 0.2.1 (April 19, 2025)
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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
|
## Features
|
||||||
|
|
||||||
|
|
@ -10,7 +10,7 @@ _TODO_
|
||||||
|
|
||||||
### Installation
|
### 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`
|
* Install dependencies: `npm install`
|
||||||
|
|
||||||
### Running the bot
|
### Running the bot
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "sknsybot",
|
"name": "sknsybot",
|
||||||
"version": "0.3.0-dev33",
|
"version": "0.3.0",
|
||||||
"private": true,
|
"private": true,
|
||||||
"description": "",
|
"description": "",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@
|
||||||
import * as cron from 'node-cron';
|
import * as cron from 'node-cron';
|
||||||
|
|
||||||
|
|
||||||
cron.schedule('0 7 * * *', () => {
|
//cron.schedule('0 7 * * *', () => {
|
||||||
// TODO send good morning to channel
|
// // TODO send good morning to channel
|
||||||
});
|
//});
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue