From 7ca622e252fae255f987c42bfa6d3b8991b01bd7 Mon Sep 17 00:00:00 2001 From: Luke Robles Date: Thu, 10 Aug 2017 14:38:43 -0700 Subject: [PATCH] Adding some more prints to the on_ready function --- app/dragon-bot.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/app/dragon-bot.py b/app/dragon-bot.py index 83ed8e54..99b5bf5a 100644 --- a/app/dragon-bot.py +++ b/app/dragon-bot.py @@ -22,6 +22,11 @@ async def on_ready(): print("\nDRAGON BOT RUNNING IN {} MODE".format(token.upper())) print("\n********************************") + if token == 'test': + print("\nPress control+c to exit the bot") + print("Followd by control+d or by typing") + print("'exit' to exit the docker container") + @client.event async def on_message(message):