-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Pierre Lenertz
committed
Dec 6, 2024
1 parent
8c34265
commit f52975b
Showing
1 changed file
with
16 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 ! |