From 403d3683e871d35d9c26d909d087116278a33ab3 Mon Sep 17 00:00:00 2001 From: Paillat Date: Mon, 19 Dec 2022 20:39:20 +0100 Subject: [PATCH] Update chat.py --- code/cogs/chat.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/cogs/chat.py b/code/cogs/chat.py index 6465417..d88a1b1 100644 --- a/code/cogs/chat.py +++ b/code/cogs/chat.py @@ -199,7 +199,7 @@ async def on_message_process(message: discord.Message, self: Chat): #prompt += "Botator:" #get the actual time in a variable now = datetime.now() - print(now) + print(now+"hello1234567890") print(str(now.strftime("%Y-%m-%d %H:%M:%S"))) #add the time to the prompt in the strftime("%Y-%m-%d %H:%M:%S") format prompt = prompt + f"{self.bot.user.name} ({now.strftime('%Y-%m-%d %H:%M:%S')}):"