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

Function getGuildBirthdaysKey

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

Source from the content-addressed store, hash-verified

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

Callers 3

getGuildBirthdaysFunction · 0.85
setBirthdayFunction · 0.85
deleteBirthdayFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected