Adding some more prints to the on_ready function
This commit is contained in:
parent
e3a0ecdfdc
commit
7ca622e252
@ -22,6 +22,11 @@ async def on_ready():
|
|||||||
print("\nDRAGON BOT RUNNING IN {} MODE".format(token.upper()))
|
print("\nDRAGON BOT RUNNING IN {} MODE".format(token.upper()))
|
||||||
print("\n********************************")
|
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
|
@client.event
|
||||||
async def on_message(message):
|
async def on_message(message):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user