From 57bc957beb522ff5824689077b8da93900b207d1 Mon Sep 17 00:00:00 2001 From: SirDank <52797753+SirDank@users.noreply.github.com> Date: Wed, 4 Dec 2024 23:48:14 +0530 Subject: [PATCH] Update dank.tool.py - fix typo --- __src__/dank.tool.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/__src__/dank.tool.py b/__src__/dank.tool.py index 57941ff..db1f342 100644 --- a/__src__/dank.tool.py +++ b/__src__/dank.tool.py @@ -755,7 +755,7 @@ def dank_github_software(software): sha = session.get("https://api.github.com/repos/Baseult/NetLimiterCrack/commits?path=NetLimiter%20Crack.exe&page=1&per_page=1", headers=headers).json()[0]['sha'] case 'vencord': print(clr(f"\n - {_translate('Credits to')} Vendicated!")) - if os.path.isfile(r"C:\Users\SirDank\AppData\Local\Discord\Update.exe"): + if os.path.isfile(f"C:\\Users\\{os.getlogin()}\\AppData\\Local\\Discord\\Update.exe"): print(clr(f"\n - {_translate('Discord found!')}")) else: print(clr(f"\n - {_translate('Discord not found!')}\n\n - {_translate('Downloading Discord...')}\n"))