Discord Bot
December 25, 2023
Discord Music Bot
A cool Discord bot built in Python that focuses on music playback. It comes with neat features like an advanced player, audio control, smart search, and playlist management. Perfect for anyone looking to have some fun with music on their server!
Features
-
Advanced Music Player
- Play music from YouTube
- Manage playlists with ease
- Full queue system with navigation
- Basic commands like play, pause, skip, and stop
-
Audio Control
- Built-in equalizer with cool presets (bass boost, nightcore, 8D)
- Volume control and various audio effects
-
Smart Search
- Supports YouTube links, shortened URLs, and playlists
- Search YouTube directly by terms with a simple selection interface
-
Queue Management
- See your current queue in detail
- Remove or move songs around
- Shuffle and clear (while keeping the current song playing)
Prerequisites
Before you start, make sure you have:
- Python (version 3.8 or higher)
- pip (Python package manager)
- FFmpeg (installed and available in your PATH)
- A Discord bot token (get one from the Discord developer portal)
Installation
-
Clone the repository:
git clone https://github.com/RyotaMarco/DiscordBot.git cd DiscordBot