Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GlobalTechInfo/MEGA-MD
/ stopAutoBio
Function
stopAutoBio
plugins/setbio.js:88–93 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
86
updateAutoBio(sock);
87
}
88
function
stopAutoBio() {
89
if
(autoBioInterval) {
90
clearInterval(autoBioInterval);
91
autoBioInterval = null;
92
}
93
}
94
export
default {
95
command:
'setbio'
,
96
aliases: [
'autobio'
,
'bio'
],
Callers
1
handler
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected