Skip to content

Commit

Permalink
Update dank.tool.py
Browse files Browse the repository at this point in the history
  • Loading branch information
SirDank committed Nov 24, 2023
1 parent f73ef2d commit 54df18a
Showing 1 changed file with 21 additions and 11 deletions.
32 changes: 21 additions & 11 deletions __src__/dank.tool.py
Original file line number Diff line number Diff line change
Expand Up @@ -355,17 +355,25 @@ def set_globals_two():
'rpc': "chatting in the chatroom",
'category': False,
},

'Discord Server': {
'info': '[bright_green]Join Now!',
'project': "Dankware Inc. Discord Server",
'category': False,
},

'Website': {
'info': '[bright_green]Visit Now!',
'project': "Dankware Inc. Website",
'category': False,
'Discord / Telegram / Website': {

'Discord Server': {
'info': '[bright_green]Join Now!',
'project': "Dankware Inc. Discord Server",
},

'Telegram Group': {
'info': '[bright_green]Join Now!',
'project': "Dankware Inc. Telegram Group",
},

'Website': {
'info': '[bright_green]Visit Now!',
'project': "Dankware Inc. Website",
},

'category': True
},

'Settings': {
Expand Down Expand Up @@ -591,10 +599,12 @@ def translate(text):
if "Discord" in choice['project']:
os.system(f'start https://allmylinks.com/link/out?id=kdib4s-nu8b-1e19god')
continue
elif "Telegram" in choice['project']:
os.system(f'start https://t.me/+18tWHJ_g2g4yZWI1')
continue
elif "Website" in choice['project']:
os.system(f'start https://dank-site.onrender.com/')
continue

else:
title(choice['title'])
project = choice['project']
Expand Down

0 comments on commit 54df18a

Please sign in to comment.