randydev commited on
Commit
b926132
·
verified ·
1 Parent(s): 07c8b69
Files changed (1) hide show
  1. chatbot/plugins/chat.py +1 -1
chatbot/plugins/chat.py CHANGED
@@ -1627,7 +1627,7 @@ async def chatbot_talk(client: Client, message: Message):
1627
  reply_markup=keyboard_like
1628
  )
1629
  translation_entry = {
1630
- "uuid": uuid_cohere,
1631
  "text": data.text,
1632
  "timestamp": dt.now().isoformat()
1633
  }
 
1627
  reply_markup=keyboard_like
1628
  )
1629
  translation_entry = {
1630
+ "uuid": uuid_human,
1631
  "text": data.text,
1632
  "timestamp": dt.now().isoformat()
1633
  }