ChaterJee 0.4.5__py3-none-any.whl → 0.4.6__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- ChaterJee/ChaterJee.py +13 -13
- {chaterjee-0.4.5.dist-info → chaterjee-0.4.6.dist-info}/METADATA +1 -1
- chaterjee-0.4.6.dist-info/RECORD +6 -0
- chaterjee-0.4.5.dist-info/RECORD +0 -6
- {chaterjee-0.4.5.dist-info → chaterjee-0.4.6.dist-info}/WHEEL +0 -0
- {chaterjee-0.4.5.dist-info → chaterjee-0.4.6.dist-info}/top_level.txt +0 -0
ChaterJee/ChaterJee.py
CHANGED
@@ -285,20 +285,20 @@ class ChatLogs:
|
|
285
285
|
JSdata = {**JSdata, **data}
|
286
286
|
with open(fileNAME, 'w') as ffw:
|
287
287
|
json.dump(JSdata, ffw, indent=4)
|
288
|
-
await context.bot.sendChatAction(chat_id=self.CHATID, action="typing")
|
289
|
-
msg = await update.message.reply_text(
|
290
|
-
|
291
|
-
)
|
292
|
-
self.smsID.append(msg.message_id)
|
293
|
-
|
288
|
+
#await context.bot.sendChatAction(chat_id=self.CHATID, action="typing")
|
289
|
+
#msg = await update.message.reply_text(
|
290
|
+
# f"edits are saved to {fileNAME}", reply_markup=ReplyKeyboardRemove()
|
291
|
+
#)
|
292
|
+
#self.smsID.append(msg.message_id)
|
293
|
+
self.txt = f"edits are saved to {fileNAME}"
|
294
294
|
else:
|
295
|
-
await context.bot.sendChatAction(chat_id=self.CHATID, action="typing")
|
296
|
-
msg = await update.message.reply_text(
|
297
|
-
|
298
|
-
)
|
299
|
-
self.smsID.append(msg.message_id)
|
300
|
-
|
301
|
-
|
295
|
+
#await context.bot.sendChatAction(chat_id=self.CHATID, action="typing")
|
296
|
+
#msg = await update.message.reply_text(
|
297
|
+
# f"No new changes! file kept unchanged.", reply_markup=ReplyKeyboardRemove()
|
298
|
+
#)
|
299
|
+
#self.smsID.append(msg.message_id)
|
300
|
+
self.txt = f"No new changes! file kept unchanged."
|
301
|
+
await self.sendUpdate(update, context)
|
302
302
|
#return ConversationHandler.END
|
303
303
|
|
304
304
|
#msg = await context.bot.send_message(chat_id=self.CHATID, text=txt)
|
@@ -0,0 +1,6 @@
|
|
1
|
+
ChaterJee/ChaterJee.py,sha256=nmkjK7eGlguoLHl4x5Cq1sAjmEjpEHtadh6ohunpqoc,16949
|
2
|
+
ChaterJee/__init__.py,sha256=tZmkZY2XbzJ8rHDh8nOmb1W73kPecPv3xcEiCPwkZf4,98
|
3
|
+
chaterjee-0.4.6.dist-info/METADATA,sha256=MymNDMWYmyCKEvUoR50M9g2fgm2SYBVSIfl-0nRgmBg,5872
|
4
|
+
chaterjee-0.4.6.dist-info/WHEEL,sha256=iAkIy5fosb7FzIOwONchHf19Qu7_1wCWyFNR5gu9nU0,91
|
5
|
+
chaterjee-0.4.6.dist-info/top_level.txt,sha256=Z1UAYoaNybpDiKjqa1yFpti_q0FNECVItb3-9yAh3gM,10
|
6
|
+
chaterjee-0.4.6.dist-info/RECORD,,
|
chaterjee-0.4.5.dist-info/RECORD
DELETED
@@ -1,6 +0,0 @@
|
|
1
|
-
ChaterJee/ChaterJee.py,sha256=0vMM9bwgUjxS-duVUSmu2psowfwFMKXGD72IxFdCRlY,16942
|
2
|
-
ChaterJee/__init__.py,sha256=tZmkZY2XbzJ8rHDh8nOmb1W73kPecPv3xcEiCPwkZf4,98
|
3
|
-
chaterjee-0.4.5.dist-info/METADATA,sha256=Ck1ViOSe93e7qWqWj7QV6IzJG-i3VNX3NlQ7noajga0,5872
|
4
|
-
chaterjee-0.4.5.dist-info/WHEEL,sha256=iAkIy5fosb7FzIOwONchHf19Qu7_1wCWyFNR5gu9nU0,91
|
5
|
-
chaterjee-0.4.5.dist-info/top_level.txt,sha256=Z1UAYoaNybpDiKjqa1yFpti_q0FNECVItb3-9yAh3gM,10
|
6
|
-
chaterjee-0.4.5.dist-info/RECORD,,
|
File without changes
|
File without changes
|