Skip to content
This repository has been archived by the owner on Jan 30, 2025. It is now read-only.

Commit

Permalink
edited the discord link
Browse files Browse the repository at this point in the history
  • Loading branch information
LIL-JABA committed Apr 10, 2024
1 parent 71dea79 commit 590f927
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class program():
def __init__(self) -> None:
self.count = 0
self.checked = 0
self.version = '3.17'
self.version = '3.17.0.1'
self.riotlimitinarow = 0
path = os.getcwd()
self.parentpath = os.path.abspath(os.path.join(path, os.pardir))
Expand Down Expand Up @@ -81,7 +81,7 @@ def start(self):
'Exit'
]
print(sys.center('\nhttps://github.com/LIL-JABA/valchecker\n'))
print(sys.center('https://discord.gg/zoofil\n'))
print(sys.center('https://discord.gg/vapenation\n'))
res = inquirer.select(
message="\nUse arrow keys to select and ENTER to confirm\nPlease select an option:",
choices=menu_choices,
Expand Down

0 comments on commit 590f927

Please sign in to comment.