-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f8dedcc
commit 7920574
Showing
1 changed file
with
35 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,35 @@ | ||
# music-bot | ||
A discord.js v14 music bot base created by XATHENA. | ||
# Discord Music Bot | ||
|
||
A highly customizable **Node.js** music bot for Discord, supporting multiple music streaming services. Play music from YouTube, Spotify, and more directly on your server. | ||
|
||
## Features | ||
- Play music from YouTube, Spotify, and other services | ||
- Queue and playlist management | ||
- High-quality audio streaming | ||
- Simple and easy-to-use commands | ||
|
||
## Installation | ||
1. Clone the repository: | ||
```bash | ||
git clone https://github.com/devxathena/music-bot.git | ||
``` | ||
2. Install dependencies: | ||
```bash | ||
npm install | ||
``` | ||
3. Set up your `.env` file with the necessary API keys. | ||
|
||
## Usage | ||
Start the bot: | ||
```bash | ||
npm start | ||
``` | ||
|
||
## Tech Stack | ||
- Node.js | ||
- Discord API | ||
- YouTube API | ||
- Spotify API | ||
|
||
## License | ||
This project is licensed under the MIT License. |