Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/codebymitch/TitanBot
/ getXpForLevel
Function
getXpForLevel
src/utils/database.js:834–836 ·
view source on GitHub ↗
(level)
Source
from the content-addressed store, hash-verified
832
}
833
834
export
function
getXpForLevel(level) {
835
return
5 * Math.pow(level, 2) + 50 * level + 50;
836
}
837
838
export
async
function
getLeaderboard(client, guildId, limit = 10) {
839
try {
Callers
3
execute
Function · 0.90
execute
Function · 0.90
getUserLevelData
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected