After the downfall of Groovy and Rythm as they now no longer provide the music bot service, An open-source discord music bot that enables listening to music with members of a server.
If this music bot helped you even a bit, please consider following
my GitHub account and Star the repository
-
Clone the repository to your desired location
git clone --depth=3 https://github.com/KushGabani/radiokey
-
Set the current working directory as Radiokey
cd radiokey
-
Installing the dependencies
npm install
-
Raise a new GitHub issue named "Request Access: " to get access to test the bot locally if you don't have access already.
-
Create .env to contain the bot token. A sample.env file has already been provided.
copy sample.env .env
Once the .env file is created, replace it with your bot token in .env
-
Hosting the bot locally
npm run start
-
Open the current directory in the IDE of your choice to start editing, fixing, and creating new features. ✨Happy Contributions✨
To request a new feature, please refer to contributions.md To work on a feature, please raise a new issue and its respective pull request accordingly.
- Help
- Ping
- Debug
- Play
- Pause
- Resume
- Stop | Disconnect
- Shuffle
- Loop
- Now Playing
- Queue
- Clear Queue
- Skip
- Volume
- Search
Want to know how to make your contributions? Refer the checklist in contributions.md