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

Function getUserNotesKey

src/commands/Moderation/usernotes.js:8–10  ·  view source on GitHub ↗
(guildId, userId)

Source from the content-addressed store, hash-verified

6
7import { InteractionHelper } from '../../utils/interactionHelper.js';
8function getUserNotesKey(guildId, userId) {
9 return `moderation_user_notes_${guildId}_${userId}`;
10}
11
12function getGuildNotesListKey(guildId) {
13 return `moderation_user_notes_list_${guildId}`;

Callers 4

executeFunction · 0.85
handleAddNoteFunction · 0.85
handleRemoveNoteFunction · 0.85
handleClearNotesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected