- Keep in mind after cloning this, that this is for ONE server only as it is set up to be private!
- Please also considering supporting me by joining my Discord
- You can also donate to me on paypal which would be appreciated alot!
Setup:
copy
c.json.exampleintoc.jsonand fill out all the information as it is required - Save the file
edit the
joins-template.jsfile ONLY where the name & value fields are! everything such asconfig.avURLorconfig.hooksis handled if you filled outc.jsonright. - You can usemember.userto substitiute for the member. {Example:"Hello " + member.user + "!"} - Make sure to save everything asjoins.js
Run
npm installin the main folder and wait til everything is done installing (Discord.js [11.0.3] Only works with this bot currently since 12.x is different, and node-fetch 2.6.0)
Start the bot by running
node index.js, or if you have PM2 installed, that is a better option to keep it on.
