type Props = { readableChatsLimit: string readableResetDate: string url: string } export const reachedSChatsLimitEmail = ({ url, readableChatsLimit, readableResetDate, }: Props) => `
header image
It just happened, you've reached your monthly ${readableChatsLimit} chats limit üòÆ
It means your bots are closed until ${readableResetDate}.
If you'd like to continue chatting with your users this month, then you need to upgrade your plan. üöÄ
`