From 47df3f9c53dc3154debf707a7fcce9c6df04504b Mon Sep 17 00:00:00 2001 From: Wish <100239673+wish13yt@users.noreply.github.com> Date: Sat, 19 Oct 2024 17:14:51 -0500 Subject: [PATCH] change help message modified: lb.py --- lb.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lb.py b/lb.py index 616b10d..f20ff7e 100644 --- a/lb.py +++ b/lb.py @@ -25,7 +25,7 @@ def cls(): print("Welcome to LigmaBalls!") print("Here are some commands you can use:") print("fs") - print("Using fs will launch freakysay, so you can echo your words! (BROKEN)") + print("Using fs will launch freakysay, so you can echo your words!") print("credits") print("Using credits will show the people who helped make this!") print("clear")