refactor: rename UptimeFormatter.js to uptimeFormatter.js

This commit is contained in:
hirzidevs
2024-09-14 09:43:00 +07:00
parent e6374da63d
commit 22fc0017e7

View File

@@ -10,4 +10,4 @@ module.exports = function uptimeFormatter(time) {
if (text.length > 0) text.push(`and ${seconds} seconds`)
else text.push(`${seconds} seconds`)
return text.join(", ").replace(", and", " and")
}
}