l1.media 5818c695b0 update dependencies (#861) | 1 năm trước cách đây | |
---|---|---|
.. | ||
src | 2 năm trước cách đây | |
.gitignore | 2 năm trước cách đây | |
Readme.md | 2 năm trước cách đây | |
package.json | 1 năm trước cách đây | |
tsconfig.json | 2 năm trước cách đây | |
yarn.lock | 1 năm trước cách đây |
Send Notification with the scoring period date.
Can be updated using .env
file.
TG_API_KEY_RU
- api token of the telegram bot for the Russion Version
TG_API_KEY_EN
- api token of the telegram bot for the English Version
DISCORD_TOKEN_RU
- api token of the Discord bot for the Russion Version
DISCORD_TOKEN_EN
- api token of the Discord bot for the English Version
yarn
install dependencies
Start the bots with the following commands:
yarn pm2en
yarn pm2ru
Check status:
pm2 status
Stop the bots with the following commands:
pm2 stop bot-en
pm2 stop bot-ru