Skip to content

Commit

Permalink
Added readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre Lenertz committed Dec 6, 2024
1 parent 8c34265 commit f52975b
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# CocoFramework

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.

## Setup

1. Install NodeJS and your prefered SQL database.
2. Clone the repository.
3. Install the dependencies with ` npm install `.
4. Compile the TypeScript with ` npx tsc `.
5. Copy and rename [config.example.json](config.example.json) to config.json and fill it with environment info.
6. Start up the bot using ` node main.js `.

You're ready to go !

0 comments on commit f52975b

Please sign in to comment.