diff --git a/__src__/executor.py b/__src__/executor.py index 62ccd65..073d039 100644 --- a/__src__/executor.py +++ b/__src__/executor.py @@ -26,6 +26,7 @@ from locale import getlocale from win11toast import notify from psutil import process_iter +from playsound import playsound from mcstatus import JavaServer from translatepy import Translator from gzip import compress, decompress @@ -52,7 +53,7 @@ # variables -DANK_TOOL_VERSION = "3.1.1" +DANK_TOOL_VERSION = "3.1.2" session = requests.Session() executor = ThreadPoolExecutor(10) headers = {"User-Agent": "dank.tool"} diff --git a/__src__/executor_version.txt b/__src__/executor_version.txt index 50e47c8..6ebad14 100644 --- a/__src__/executor_version.txt +++ b/__src__/executor_version.txt @@ -1 +1 @@ -3.1.1 \ No newline at end of file +3.1.2 \ No newline at end of file diff --git a/dank.tool.zip b/dank.tool.zip index ed8330c..f803d4f 100644 Binary files a/dank.tool.zip and b/dank.tool.zip differ diff --git a/requirements.txt b/requirements.txt index 8b61c29..ea67a78 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,4 +10,5 @@ requests rich unitypackff win11toast -translatepy \ No newline at end of file +translatepy +playsound==1.2.2 \ No newline at end of file