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