Added Version and Help messages

master
blackfur 2021-01-22 17:20:54 +01:00
parent 51bcb53e3a
commit 5cee67ce62
1 changed files with 8 additions and 2 deletions

10
run.py
View File

@ -15,11 +15,17 @@ finished = False
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():
print("Somer Version")
print("SheepBotFrame Beta 1.40")
def remove_mention(m, s, i):