Updated version tag

This commit is contained in:
Choco
2024-08-30 17:17:52 +08:00
parent b0ff4fb6c3
commit 1dc753f4d4
2 changed files with 2 additions and 1 deletions

View File

@@ -103,6 +103,7 @@ class Basic(commands.Cog):
if not current: if not current:
return history_tracks return history_tracks
await interaction.response.defer()
node = voicelink.NodePool.get_node() node = voicelink.NodePool.get_node()
if node and node.spotify_client: if node and node.spotify_client:
try: try:

View File

@@ -2,7 +2,7 @@ import requests, zipfile, os, shutil, argparse
from io import BytesIO from io import BytesIO
ROOT_DIR = os.path.dirname(os.path.abspath(__file__)) ROOT_DIR = os.path.dirname(os.path.abspath(__file__))
__version__ = "v2.6.9b5" __version__ = "v2.6.9"
GITHUB_API_URL = "https://api.github.com/repos/ChocoMeow/Vocard/releases/latest" GITHUB_API_URL = "https://api.github.com/repos/ChocoMeow/Vocard/releases/latest"
VOCARD_URL = "https://github.com/ChocoMeow/Vocard/archive/" VOCARD_URL = "https://github.com/ChocoMeow/Vocard/archive/"