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

Function getUserLevelKey

src/utils/database.js:728–730  ·  view source on GitHub ↗
(guildId, userId)

Source from the content-addressed store, hash-verified

726}
727
728export function getUserLevelKey(guildId, userId) {
729 return `guild:${guildId}:leveling:users:${userId}`;
730}
731
732export async function getLevelingConfig(client, guildId) {
733 const key = getLevelingKey(guildId);

Callers 2

getUserLevelDataFunction · 0.85
saveUserLevelDataFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected