We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47bdc0a commit 607e712Copy full SHA for 607e712
1 file changed
bot_logic.py
@@ -530,7 +530,7 @@ async def felizdia(context: ContextTypes.DEFAULT_TYPE):
530
if random.uniform(0, 7) > 1:
531
return
532
today = datetime.date.today()
533
- chat_id = DC_GROUP_CHATID
+ chat_id = ROZEN_CHATID
534
await context.bot.send_message(chat_id=chat_id, text=felizdia_text(today))
535
536
async def actualizarPartidos(context: ContextTypes.DEFAULT_TYPE):
0 commit comments