Update chat.py

This commit is contained in:
Paillat
2022-12-19 20:42:18 +01:00
parent 403d3683e8
commit 2e35109f28

View File

@@ -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 += "System: Fives3dprint detected. Botator will be very nice and cute with fives3dprint.\n"
#prompt += "Botator:" #prompt += "Botator:"
#get the actual time in a variable #get the actual time in a variable
print("Getting the time...")
now = datetime.now() now = datetime.now()
print(now+"hello1234567890") print(now+"hello1234567890")
print(str(now.strftime("%Y-%m-%d %H:%M:%S"))) print(str(now.strftime("%Y-%m-%d %H:%M:%S")))