ellienieuwdorp / queue-snipe-bot

Discord bot to facilitate queue sniping games in Apex Legends.
GNU General Public License v3.0
3 stars 3 forks source link

File structure #9

Closed ellienieuwdorp closed 3 years ago

ellienieuwdorp commented 4 years ago

Right now all code lies in index.js and it's becoming a bit cluttered. It might be a good idea to delegate captain code, or other feature specific functionality to a separate file to keep things organized.

Delra commented 4 years ago

I was going to ask about this, actually! It's very cluttered and very awkward to try and build around. Also, vscode keeps screaming at me to modularize, so that's interesting! :grin: