A Discord bot music playback.
-
Clone the repository:
git clone https://github.com/AlexandreEadDev/HarmonyStreamBot.git
-
Install the dependencies: npm install
-
Configure the bot:
- Create a .env file in the root directory.
- Add the following environment variables to the .env file:
DISCORD_TOKEN=<your_discord_token>
To start the bot, run the following command: npm start
- Music Commands
- play: Play a song.
- back: Go back to the previous song.
- controller: Show the music controller.
- loop: Loop the queue or song.
- nowplaying: Show the currently playing song.
- pause: Pause the music.
- queue: Show the music queue.
- resume: Resume the music.
- seek: Seek to a specific time in the song.
- skip: Skip the current song.
- stop: Stop the music.
- volume: Change the volume of the music.
- Other Commands
- help: Display a list of available commands.
- jokes: Tell a random joke.
-
Link:
https://discord.com/api/oauth2/authorize?client_id=1111317939744935957&permissions=40671527795568&scope=bot
Contributions are welcome! If you have any suggestions, improvements, or bug fixes, please open an issue or submit a pull request.