A discord bot project written in TypeScript.
- Node.JS v16.6.0 - latest
- Clone this repository
$ git clone https://github.com/Necron-Network/necron-discord-bot - Open project path
$ cd necron-discord-bot - Install project dependencies
$ npm i - Rename .env_example to .env
- Fill the .env variables
- Build the project
$ npm run build - Run the project
$ node -r dotenv/config dist/index.js
This project uses AGPL-3.0 license.