Swchar and character sheet
This commit is contained in:
@ -41,6 +41,9 @@ async def on_message(message):
|
||||
await message.channel.send(embed = em)
|
||||
|
||||
elif message.content.lower().startswith("!stop"):
|
||||
localtime = time.asctime( time.localtime(time.time()) )
|
||||
print("\n"+localtime+"\n"+message.author.name+" ran !stop")
|
||||
logging.info("\n"+localtime+"\n"+message.author.name+" ran !stop")
|
||||
await client.logout()
|
||||
|
||||
elif message.content.lower().startswith("!hello"):
|
||||
|
Reference in New Issue
Block a user