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

Function getWelcomeConfigKey

src/utils/database.js:628–630  ·  view source on GitHub ↗
(guildId)

Source from the content-addressed store, hash-verified

626}
627
628export function getWelcomeConfigKey(guildId) {
629 return `guild:${guildId}:welcome`;
630}
631
632function normalizeWelcomeConfig(raw = {}) {
633 const base = typeof raw === "object" && raw !== null ? raw : {};

Callers 2

getWelcomeConfigFunction · 0.85
saveWelcomeConfigFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected