type Props = {
readableStorageLimit: string
url: string
}
export const almostReachedStorageLimitEmail = ({
url,
readableStorageLimit,
}: Props) => `
Your bots are working a lot. That's amazing. 🤖 | This means you've almost reached your storage limit. You currently reached 80% of your ${readableStorageLimit} limit. | Your bots won't collect new files once you reach the limit. ⚠️ | To make sure it won't happen, you need to upgrade your plan or delete existing results to free up space. |
|
|
|
`