Made for the No Text to Speech Discord Server (https://discord.gg/ntts)
This project is licensed under the MIT License; see LICENSE for details.
- Clone (or fork) the repository
- Copy contents from
.env.exampleto a new file called.env
This assumes that you are already inside of the project directory. Below is the most basic way to set-up Castor.
npm install
node index.jsNext, you need to make a MongoDB server. You can do so at https://cloud.mongodb.com/ and then copy the connection url.
The Jasper API key requires hosting the Go webserver from https://github.com/JayyDoesDev/jasper/tree/main/apps/webserverGo and obtaining the api key.
Lastly, make sure you have two bots for development and production. You can swap between bots inside of config.js
