forked from autonomic-cooperative/multiball
Fix intro help
This commit is contained in:
parent
d33fba81bb
commit
e3a1a8d5a5
@ -397,7 +397,7 @@ class Multiball:
|
|||||||
|
|
||||||
|
|
||||||
def multiball(*args, **kwargs):
|
def multiball(*args, **kwargs):
|
||||||
print("Welcome to Multiball. type -help for help.")
|
print("Welcome to Multiball. type /help for help.")
|
||||||
mb = Multiball()
|
mb = Multiball()
|
||||||
# loop on prompt
|
# loop on prompt
|
||||||
while (True):
|
while (True):
|
||||||
|
Loading…
Reference in New Issue
Block a user