Atlas is an open-source, multi-purpose Discord bot.
Many public Discord music bots commonly sourced their content from YouTube, which is a breach of their ToS, leading to the shutdown of many popular bots such as Rythm and Groovy.
The lack of public music bots and my desire to listen to music with friends on Discord led me to create Atlas, an open-source, self-hostable alternative.
To use Atlas, you will need to host your own instance.
I wrote a guide on how to achieve this, which is available on my website or on the repo wiki.
Atlas uses a public Lavalink instance during development, however in production, you will need to provide your own instance.
git clone https://github.com/tygrxqt/atlas -b canary
cd atlas
pnpm install
pnpm dev