MCPcopy 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}
88function stopAutoBio() {
89 if (autoBioInterval) {
90 clearInterval(autoBioInterval);
91 autoBioInterval = null;
92 }
93}
94export default {
95 command: 'setbio',
96 aliases: ['autobio', 'bio'],

Callers 1

handlerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected