https://github.com/ezroot/discordmusicbot
An easy to setup, non-intrusive discord music bot! (No lavalink)
https://github.com/ezroot/discordmusicbot
bot discord music nolavalink youtube
Last synced: 4 months ago
JSON representation
An easy to setup, non-intrusive discord music bot! (No lavalink)
- Host: GitHub
- URL: https://github.com/ezroot/discordmusicbot
- Owner: EZroot
- Created: 2024-10-16T02:47:30.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-12T23:16:00.000Z (about 1 year ago)
- Last Synced: 2025-10-06T01:44:35.592Z (8 months ago)
- Topics: bot, discord, music, nolavalink, youtube
- Language: C#
- Homepage:
- Size: 2.99 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Discord Music Bot
A minimal, fast music bot. Clone, set your token, run.
No extra bullshit required.
## Features
- **High-Quality Audio:**
- **Supports Youtube & Much More:** Play music from links or stream URLs.
- **Fast Setup:** Just click `run.bat` and you're good.
### Prerequisites
Python only.
## Installation
### Step 1: Downloading the Bot
Open your terminal or command prompt:
```bash
git clone https://github.com/EZroot/DiscordMusicBot.git
```
### Step 2: Configure Your Token
1. Double-click **`run.bat`**. It'll generate a **`config.ini`** file.
2. Open the newly created **`config.ini`** file.
3.
Replace `PUT_YOUR_DISCORD_BOT_TOKEN_HERE` with your Discord bot's secret token.
**Optional**: Adjust `DEFAULT_VOLUME` or configure the `UseCookies` and `CookiesFile` settings if needed for accessing restricted content.
4. Rerun **`run.bat`** and your bot should appear in your server.
## Commands
All commands use Discord's native slash command feature (`/`).
## Contributing
Feel free to contribute if you want.
1. Fork the repository.
2. Create a new branch (`git checkout -b feature/new-command`).
3. Commit your changes.
4. Push to the branch.
5. Open a Pull Request.