MCPcopy 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
834export function getXpForLevel(level) {
835 return 5 * Math.pow(level, 2) + 50 * level + 50;
836}
837
838export async function getLeaderboard(client, guildId, limit = 10) {
839 try {

Callers 3

executeFunction · 0.90
executeFunction · 0.90
getUserLevelDataFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected