This is the PSN Coding Club Bot's code (built using node.js) for our school's coding club discord server. It has various functionalities
- Install node.js and npm
- Clone this repository, then cd into it. Provide your bot token at personal/token.txt.
- Install all dependencies via
npm install {dependencies}. Currently you just need to install discord.js vianpm install discord.js - Run the bot via
node index.js - To add more commands just create another file in the commands folder and follow the syntax of the other commands to make your own command
Anyone in or outside our school is welcome to contribute and add a pull request. However only trusted ppl get collaborator (obviously!)