Skip to content

Commit

Permalink
NEW UPDATE!!!!
Browse files Browse the repository at this point in the history
added remove dupes tokens :) big fire update and can we allow edging in public?
  • Loading branch information
Tips-Discord committed Jan 6, 2024
1 parent 1480924 commit 4b02c75
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Helium.py
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ def __init__(self):

def render_ascii(self):
os.system('cls')
os.system(f"title Helium - Connected as {os.getlogin()}")
os.system(f"title Helium - Hello can we allow edging")
edges = ["╗", "║", "╚", "╝", "═", "╔"]
title = f"""
{'██╗ ██╗███████╗██╗ ██╗██╗ ██╗███╗ ███╗'.center(self.size)}
Expand Down Expand Up @@ -853,6 +853,7 @@ def main(token):

with open("data/tokens.txt", "r") as f:
tokens = f.read().splitlines()
tokens = list(set(tokens))
args = [
(token, ) for token in tokens
]
Expand Down Expand Up @@ -1799,4 +1800,4 @@ def onboard(self):
self.raider.onboard_bypass(guild_id)

if __name__ == "__main__":
Menu().main_menu()
Menu().main_menu()

0 comments on commit 4b02c75

Please sign in to comment.