From dcd8a45bf08b0e27dd70b2084c28b0a596096427 Mon Sep 17 00:00:00 2001 From: Skick Date: Tue, 4 Jun 2024 10:46:26 +0700 Subject: [PATCH] chore(Release): 5.0.0 --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 876bf29..bccf06b 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ A powerful Discord.js module for simplifying music commands and effortless playb - Voice and Queue Management: Handles voice channel connections, disconnections, and manages music queues efficiently. - Audio Filters: Offers built-in audio filters (bassboost, echo, karaoke, etc.) and allows for custom filter implementations. - Plugin System: Supports extensibility through plugins - > DisTube by default doesn't support any music sources. You have to use plugins to support them. + > DisTube does not have built-in support for music sources. You need to use plugins to add support for them. ## Requirement diff --git a/package.json b/package.json index c9cda0e..c42ac0a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "distube", - "version": "4.2.2", + "version": "5.0.0", "description": "A powerful Discord.js module for simplifying music commands and effortless playback of various sources with integrated audio filters.", "main": "./dist/index.js", "types": "./dist/index.d.ts",