Muzikas is a simple, and easy-to-use Discord bot that brings music to your server. It is written in Go, offering a responsive and resource-friendly music bot.
- Play music directly from YouTube.
- Queue management commands (play, queue, pause, skip, etc.).
Before you begin, ensure you have met the following requirements:
- You have installed the latest version of Go.
- You have a Discord bot token.
To install Muzikas, follow these steps:
-
Clone the repository:
git clone https://github.com/yourusername/Muzikas.git cd Muzikas
-
Set your Discord bot token as an environment variable:
export TOKEN=your-discord-bot-token
-
Build the project:
go build -o Muzikas cmd/main.go
-
Run the bot:
./Muzikas
To use Muzikas, add the bot to your server and use the following commands:
!play <youtube-url>
: Plays the specified YouTube video's audio.!queue <youtube-url>
: Adds the Youtube video's audio to queue.!pause
: Pauses the current audio.!unpause
: Resumes the paused audio.!stop
: Stops the playback and disconnects the bot voice connection!skip
: Skips the current audio and plays the next one in the queue.
If you want to contact me, you can reach me at fabijan.zulj@gmail.com
.