diff --git a/main.js b/main.js index 14097f148..513dc8cfa 100644 --- a/main.js +++ b/main.js @@ -531,7 +531,7 @@ setInterval(async () => { if (stopped === 'close' || !conn || !conn?.user) return; const _uptime = process.uptime() * 1000; const uptime = clockString(_uptime); - const bio = `[ ⏳ ] Uptime: ${uptime}`; + const bio = `• Activo: ${uptime} | TheMystic-Bot-MD`; await conn?.updateProfileStatus(bio).catch((_) => _); }, 60000); function clockString(ms) {