ChaterJee 0.4.4__tar.gz → 0.4.6__tar.gz

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.
@@ -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
- 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}"
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
- 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)
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)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: ChaterJee
3
- Version: 0.4.4
3
+ Version: 0.4.6
4
4
  Summary: Communicate your project updates via Telegram Bot!
5
5
  Author: Pallab Dutta
6
6
  Author-email: pallab9997@gmail.com
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: ChaterJee
3
- Version: 0.4.4
3
+ Version: 0.4.6
4
4
  Summary: Communicate your project updates via Telegram Bot!
5
5
  Author: Pallab Dutta
6
6
  Author-email: pallab9997@gmail.com
@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
2
2
 
3
3
  setup(
4
4
  name='ChaterJee',
5
- version='0.4.4',
5
+ version='0.4.6',
6
6
  packages=find_packages(),
7
7
  install_requires=[
8
8
  'python-telegram-bot==20.7',
File without changes
File without changes