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

Function getJoinToCreateConfigKey

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

Source from the content-addressed store, hash-verified

1351}
1352
1353export function getJoinToCreateConfigKey(guildId) {
1354 return `guild:${guildId}:jointocreate`;
1355}
1356
1357export function getJoinToCreateChannelsKey(guildId) {
1358 return `guild:${guildId}:jointocreate:channels`;

Callers 2

getJoinToCreateConfigFunction · 0.85
saveJoinToCreateConfigFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected