Swchar and character sheet

This commit is contained in:
NikolajDanger
2020-03-30 22:28:00 +02:00
parent 892529cc4d
commit db0124c82b
7 changed files with 321 additions and 76 deletions

View File

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