Skip to content

Commit

Permalink
modified: lb.py
Browse files Browse the repository at this point in the history
  • Loading branch information
wish13yt committed Oct 19, 2024
1 parent ff3c583 commit d71488f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions lb.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,9 @@ def cls():
print("Using credits will show the people who helped make this!")
print("clear")
print("Clear clears the terminal!")
print("open")
print("Open opens any .lbs (LigmaBalls Script) file!")
print("freakybob")
print("WARNING: SPAMS CONSOLE")
print("This command prints a freakybob ASCII art thingymajig")
code()
if (command == "credits"):
print("Wish made the intial 1.0 version! He also made freakysay and the first version of help.")
Expand All @@ -33,4 +34,5 @@ def cls():
fb = open("freakybob.txt", "r")
print(fb.read())
fb.close()
code()
code()

0 comments on commit d71488f

Please sign in to comment.