Adding some more prints to the on_ready function

This commit is contained in:
Luke Robles 2017-08-10 14:38:43 -07:00
parent e3a0ecdfdc
commit 7ca622e252

View File

@ -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):