MCPcopy Index your code
hub / github.com/codebymitch/TitanBot / persistAccessConfig

Function persistAccessConfig

src/services/commandAccessService.js:203–205  ·  view source on GitHub ↗
(client, guildId, updates, context = {})

Source from the content-addressed store, hash-verified

201}
202
203async function persistAccessConfig(client, guildId, updates, context = {}) {
204 return updateGuildConfig(client, guildId, updates, context);
205}
206
207export function resolveCommandTarget(client, commandName) {
208 const normalizedName = String(commandName || '').toLowerCase().trim();

Callers 5

disableCommandFunction · 0.85
enableCommandFunction · 0.85
disableCategoryFunction · 0.85
enableCategoryFunction · 0.85
resetCategoryCommandsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected