From 2e35109f28ffe7bf6f4f8f58439854c060143fdf Mon Sep 17 00:00:00 2001 From: Paillat Date: Mon, 19 Dec 2022 20:42:18 +0100 Subject: [PATCH] Update chat.py --- code/cogs/chat.py | 1 + 1 file changed, 1 insertion(+) diff --git a/code/cogs/chat.py b/code/cogs/chat.py index d88a1b1..cb29c55 100644 --- a/code/cogs/chat.py +++ b/code/cogs/chat.py @@ -198,6 +198,7 @@ async def on_message_process(message: discord.Message, self: Chat): prompt += "System: Fives3dprint detected. Botator will be very nice and cute with fives3dprint.\n" #prompt += "Botator:" #get the actual time in a variable + print("Getting the time...") now = datetime.now() print(now+"hello1234567890") print(str(now.strftime("%Y-%m-%d %H:%M:%S")))