E player is a simple music bot made with FalloutStudios/Reciple and Androz2091/discord-player.
Go to releases menu and download the Source code.zip and extract the files or clone the project using git:
git clone https://github.com/FalloutStudios/e-player.gitAfter cloning the project, go to the bot's root dir and build the typescript files using:
npm run buildAnd to start the bot use:
npm run startCreate a .env file in your bot's directory and paste:
TOKEN="YOUR TOKEN HERE"