Fix intro help

This commit is contained in:
Cassowary Rusnov 2024-10-24 10:38:28 -07:00
parent d33fba81bb
commit e3a1a8d5a5

View File

@ -397,7 +397,7 @@ class Multiball:
def multiball(*args, **kwargs):
print("Welcome to Multiball. type -help for help.")
print("Welcome to Multiball. type /help for help.")
mb = Multiball()
# loop on prompt
while (True):