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