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

Function getLevelingKey

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

Source from the content-addressed store, hash-verified

722}
723
724export function getLevelingKey(guildId) {
725 return `guild:${guildId}:leveling:config`;
726}
727
728export function getUserLevelKey(guildId, userId) {
729 return `guild:${guildId}:leveling:users:${userId}`;

Callers 2

getLevelingConfigFunction · 0.85
saveLevelingConfigFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected