This bot is used by SGC discord. It has a level system, user management, voice chat features, and more!
- You need an instance of the Gamerbot API running. It has instructions on how you set it up!
- After that you need to clone this project with
git clone https://github.com/onlinesgc/GamerBot4.0.git - You now need to set up the
.envfile. There is a.env.examplefile rep, you just need to fill out the information and remove the .example! - Run
npm install - Run
npm run devto run in dev mode, to test production runnpm run buildand thennpm run start