From 96c3101589368389d57ecf92dffac3d2ecdcf13e Mon Sep 17 00:00:00 2001 From: Wish <100239673+wish13yt@users.noreply.github.com> Date: Sat, 19 Oct 2024 19:06:15 -0500 Subject: [PATCH] QoL changes modified: lb.py --- lb.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lb.py b/lb.py index 644f752..f41e4b3 100644 --- a/lb.py +++ b/lb.py @@ -124,4 +124,8 @@ def cls(): except Exception as e: print(f"Error connecting to {server}: {e}") code() + if (command == "quarky"): + print("YOU DUMMY PYTHON 3.8??? THE NEWEST VERSION IS 3.13") + print("AND A PIP VERSION FROM 2021?????") + code() code()