Skip to content

Commit

Permalink
Update dank.tool.py
Browse files Browse the repository at this point in the history
- fix typo
  • Loading branch information
SirDank committed Dec 4, 2024
1 parent 3e24b54 commit 57bc957
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion __src__/dank.tool.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"))
Expand Down

0 comments on commit 57bc957

Please sign in to comment.