My project, which I created during high school in my free time for my Discord server.
The Discord bot was made with JavaScript on Node.js.
Bot currently running on discord.js v14. Newly supports some slash command but not many.
Functions:
- economy system
- game updates
- mod functions (kick/ban)
- play music
- Run
npm installto install all dependencies. - Rename
.env.exampleto.envand edit all fields - Rename
serviceAccount-example.jsontoserviceAccount.jsonand edit or upload Firebase SDK key - Start bot with
node index.js