From b2ed17ff50ea2e314e6237d5b6bfd455f7009982 Mon Sep 17 00:00:00 2001 From: Choco <94597336+ChocoMeow@users.noreply.github.com> Date: Sun, 16 Jul 2023 16:01:16 +0800 Subject: [PATCH] Ready for v2.6.5 --- README.md | 13 ++++++++----- update.py | 2 +- 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 0b7e8cf..a3db67a 100644 --- a/README.md +++ b/README.md @@ -3,13 +3,16 @@ # Vocard (Discord Music Bot) -> Vocard is a simple custom Disocrd Music Bot built with Python & [discord.py](https://discordpy.readthedocs.io/en/stable/) - -Demo: -[Discord Bot Demo](https://discord.com/api/oauth2/authorize?client_id=890399639008866355&permissions=36708608&scope=bot%20applications.commands), +> Vocard is a simple custom Disocrd Music Bot built with Python & [discord.py](https://discordpy.readthedocs.io/en/stable/)
+Demo: [Discord Bot Demo](https://discord.com/api/oauth2/authorize?client_id=890399639008866355&permissions=36708608&scope=bot%20applications.commands), [Dashboard Demo](https://vocard.xyz) -## Tutorial +# Host for you? + + Patreon + + +# Tutorial Click on the image below to watch the tutorial on Youtube. [![Discord Music Bot](https://img.youtube.com/vi/f_Z0RLRZzWw/maxresdefault.jpg)](https://www.youtube.com/watch?v=f_Z0RLRZzWw) diff --git a/update.py b/update.py index 80515e7..33d6741 100644 --- a/update.py +++ b/update.py @@ -3,7 +3,7 @@ root_dir = os.path.dirname(os.path.abspath(__file__)) install_pack_dir = os.path.join(root_dir, "Vocard.zip") -__version__ = "v2.6.4a" +__version__ = "v2.6.5" def checkVersion(withMsg = False): resp = requests.get("https://api.github.com/repos/ChocoMeow/Vocard/releases/latest")