From 10cd96236d5f43ab9d85cf76f5ddd16096204bcb Mon Sep 17 00:00:00 2001 From: Anson Date: Mon, 4 Feb 2019 13:19:48 -0700 Subject: [PATCH] Bot prints to console when its online --- stockBot.py | 1 + 1 file changed, 1 insertion(+) diff --git a/stockBot.py b/stockBot.py index e4d76b4..9594ca5 100644 --- a/stockBot.py +++ b/stockBot.py @@ -18,6 +18,7 @@ logging.basicConfig( ) logger = logging.getLogger(__name__) +print("Bot Online") # Define a few command handlers. These usually take the two arguments bot and