Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
devxathena authored Sep 24, 2024
1 parent f8dedcc commit 7920574
Showing 1 changed file with 35 additions and 2 deletions.
37 changes: 35 additions & 2 deletions README.md
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.

0 comments on commit 7920574

Please sign in to comment.