From 4307cd8abbad0e7209822fba2ee63eb02198d63e Mon Sep 17 00:00:00 2001 From: blackfur <64478051+theblackfurguy@users.noreply.github.com> Date: Fri, 22 Jan 2021 17:20:54 +0100 Subject: [PATCH] Added Version and Help messages --- run.py | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/run.py b/run.py index bd44272..7f5a199 100644 --- a/run.py +++ b/run.py @@ -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):