MCPcopy Create free account
hub / github.com/Xchristech2/Zenitsu-Bot / saveUserGroupData

Function saveUserGroupData

commands/chatbot.js:24–30  ·  view source on GitHub ↗
(data)

Source from the content-addressed store, hash-verified

22
23// Save user group data
24function saveUserGroupData(data) {
25 try {
26 fs.writeFileSync(USER_GROUP_DATA, JSON.stringify(data, null, 2));
27 } catch (error) {
28 console.error('❌ Error saving user group data:', error.message);
29 }
30}
31
32// Add random delay between 2-5 seconds
33function getRandomDelay() {

Callers 1

handleChatbotCommandFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected