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
.env
file. There is a.env.example
file rep, you just need to fill out the information and remove the .example! - Run
npm install
- Run
npm run dev
to run in dev mode, to test production runnpm run build
and thennpm run start