We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf95934 commit c0e0c24Copy full SHA for c0e0c24
1 file changed
bot_logic.py
@@ -424,7 +424,7 @@ async def _update_groups(context: ContextTypes.DEFAULT_TYPE):
424
c = session.query(Listable).filter_by(id=chat_db_id).first()
425
if c:
426
c.validated = False
427
- await context.bot.send_message(chat_id=DC_GROUP_CHATID, text=f"El grupo {chat_name} murió 💀")
+ await context.bot.send_message(chat_id=ROZEN_CHATID, text=f"El grupo {chat_name} murió 💀")
428
else:
429
logger.info(f"Updating URL for group '{chat_name}'")
430
with get_session() as session:
0 commit comments