I can clean up index.js by spreading your functions / events across multiple files and folders. For e.g. ready.js message.js could be in a folder called Events. I also noticed your not using dotenv which could make handling secrets more convenient. Let me know if you want this and I'll get started when I have time.
I can clean up
index.jsby spreading your functions / events across multiple files and folders. For e.g.ready.jsmessage.jscould be in a folder called Events. I also noticed your not usingdotenvwhich could make handling secrets more convenient. Let me know if you want this and I'll get started when I have time.