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

Function getTicketCounterKey

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

Source from the content-addressed store, hash-verified

590}
591
592export function getTicketCounterKey(guildId) {
593 return `guild:${guildId}:ticket:counter`;
594}
595
596export async function getTicketCounter(guildId) {
597 if (!db.initialized) {

Callers 2

getTicketCounterFunction · 0.85
incrementTicketCounterFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected