Some logging and comments
This commit is contained in:
@ -70,6 +70,9 @@ async def on_message(message):
|
||||
logging.info("\n"+localtime+"\n"+message.author.name+" ran !monster")
|
||||
title, text1, text2, text3, text4, text5 = funcs.monsterFunc(message.content)
|
||||
em1 = discord.Embed(title = title, description = text1, colour=0xDEADBF)
|
||||
|
||||
# Sends the received information. Seperates into seperate messages if
|
||||
# there is too much text
|
||||
await message.channel.send(embed = em1)
|
||||
if text2 != "":
|
||||
if len(text2) < 2048:
|
||||
|
Reference in New Issue
Block a user