This project is a reimplementation of my previous bot project CoconutBot that was discontinued due to breaking changes in the API, as well as discord implementing natively most features the bot offered.
The goal of this reimplementation is to not leave discord communities hanging that have grown dependent on the administration tools the previous bot offered.
- Install NodeJS and your prefered SQL database.
- Clone the repository.
- Install the dependencies with
npm install
. - Compile the TypeScript with
npx tsc
. - Copy and rename config.example.json to config.json and fill it with environment info.
- Start up the bot using
node main.js
.
You're ready to go !