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.git
After cloning the project, go to the bot's root dir and build the typescript files using:
npm run build
And to start the bot use:
npm run start
Create a .env
file in your bot's directory and paste:
TOKEN="YOUR TOKEN HERE"