ThatGuyJacobee / Elite-Music

Elite Music is an open-source, feature-packed Discord music bot running on discord.js and discord-player. The bot is complete with large selection of commands, effects, optional features, autoplay, customisability and much more! 🚀💪
https://elite-bot.com/docs/getting-started-music
Apache License 2.0
40 stars 3 forks source link

Improve code quality (modularity/functions) #4

Open ThatGuyJacobee opened 1 year ago

ThatGuyJacobee commented 1 year ago

Many parts of the code are quite repetitive, which makes it ideal to change these parts of code into singular functions to reduce code size and improve the overall code quality. Examples include items such as creating a new node queue, embeds (both track & playlist) and more...