Skip to content

Commit

Permalink
Api Rest β—‡ Tohsaka
Browse files Browse the repository at this point in the history
  • Loading branch information
glytglobal authored Dec 14, 2024
1 parent e46d575 commit 46a9d1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 46a9d1d

Please sign in to comment.