From cbc98a78aaaebe04b8e7a30076ffef0b53d3b7be Mon Sep 17 00:00:00 2001 From: Paillat Date: Mon, 19 Dec 2022 20:25:16 +0100 Subject: [PATCH] Update chat.py --- code/cogs/chat.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/code/cogs/chat.py b/code/cogs/chat.py index 0525dc8..00d563f 100644 --- a/code/cogs/chat.py +++ b/code/cogs/chat.py @@ -150,8 +150,7 @@ async def on_message_process(message: discord.Message, self: Chat): msg.content = msg.content.replace(mention, user + f"<@{id}>") #get the gmt time the message was sent gmt_time = message.created_at.strftime("%Y-%m-%d %H:%M:%S") - print(f"{gmt_time}") - print({msg.content}) + print(msg.content) prompt += f"{msg.author} ({gmt_time} GMT-0): {msg.content}\n" print(prompt) #get the prompt_prefix from the database