MCPcopy
hub / github.com/codebymitch/TitanBot / getGuildConfigKey

Function getGuildConfigKey

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

Source from the content-addressed store, hash-verified

242}
243
244export const getGuildConfigKey = (guildId) => `guild:${guildId}:config`;
245export const getGuildBirthdaysKey = (guildId) => `guild:${guildId}:birthdays`;
246
247export async function getGuildConfig(client, guildId, context = {}) {

Callers 8

handlePanelMessageFunction · 0.90
handleButtonLabelFunction · 0.90
handleStaffRoleFunction · 0.90
handleTranscriptChannelFunction · 0.90
handleDeleteSystemFunction · 0.90
getGuildConfigFunction · 0.85
setGuildConfigFunction · 0.85
executeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected