Golem is a Discord Bot mean to be run locally as a sort-of-replacement for music playing bots of old.
Detailed documentation can be found on the Golem Documentation Site.
- Stream local music to Discord voice channels
- Robust queue management
- Read playlists from a Plex Media Server
- Mix like tracks/artists via LastFM matching
- Stream YouTube audio to Discord voice channels
- Support for custom aliased commands
# Clone Repo
git clone [email protected]:aturingmachine/golemt.git
# Install Dependencies
npm ci
# Copy configuration files
cp config.example.yml config.yml
# Dev only - dependecy install helper
bash scripts/dev-install.sh