Skip to content

Commit

Permalink
chore: Updated coverage badge.
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Feb 18, 2024
1 parent 318f904 commit 78dcafe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## Streaming music bot library for Discord
![Coverage](https://img.shields.io/badge/Coverage-78.0%25-brightgreen)
![Coverage](https://img.shields.io/badge/Coverage-87.5%25-brightgreen)

This is a library for creating discord music bots. It can be used to bootstrap a new bot or added to an existing golang discord project. [discordgo](https://github.com/bwmarrin/discordgo) is used to interface with discord. There are built in features for most use-cases such as playing from youtube (using [ytdlp](https://github.com/yt-dlp/yt-dlp)), support for livestreams & playlists, extensive API for various commands like skip/replay/pause/jump/leave, etc. Goal of this project is to provide most common music bot functionality with a simple API that can be dropped into any discordgo project in a plug-and-play fashion.

Expand Down

0 comments on commit 78dcafe

Please sign in to comment.