MCPcopy Create free account
hub / github.com/TeleBoxOrg/TeleBox_Plugins /

Class

t/t.ts:401–401  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

399 }
400 const userData = await loadUserData();
401 if (!userData.users[userId]) {
402 userData.users[userId] = { apiKey, defaultRole: "雷军", defaultRoleId: userData.roles["雷军"] };
403 }
404 userData.users[userId].apiKey = apiKey;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected