Added Version and Help messages

This commit is contained in:
blackfur 2021-01-22 17:20:54 +01:00
parent a601800229
commit 4307cd8abb

10
run.py
View file

@ -15,11 +15,17 @@ finished = False
def printhelp(): def printhelp():
print("Help lol") printversion()
print("Thanks for using SheepBotFrame!")
print("Possible command options:")
print("--help (-?) Displays this help page")
print("--version (-v) Displays the version")
print("--download (-d) Adds downloading chatlogs to the task list")
print("--train (-t) Added training to the task list")
def printversion(): def printversion():
print("Somer Version") print("SheepBotFrame Beta 1.40")
def remove_mention(m, s, i): def remove_mention(m, s, i):