habulaj commited on
Commit
1f01fdd
·
verified ·
1 Parent(s): db49f12

Update routes/subscription.py

Browse files
Files changed (1) hide show
  1. routes/subscription.py +1 -1
routes/subscription.py CHANGED
@@ -450,7 +450,7 @@ async def stripe_webhook(request: Request):
450
  message_data = {
451
  "chat_id": chat_id,
452
  "sender_id": user_id,
453
- "content": f"{formatted_name} assinou por 1 mês",
454
  "type": "warning"
455
  }
456
 
 
450
  message_data = {
451
  "chat_id": chat_id,
452
  "sender_id": user_id,
453
+ "content": f"{formatted_name} subscribed for 1 month",
454
  "type": "warning"
455
  }
456