UNPKG

xp-flow

Version:

A robust and customizable leveling system for Discord.js bots with multi-database support and beautiful rank cards.

12 lines (9 loc) 304 B
/** * @file index.js * @description Main entry point for the xp-flow package. * @author FeelSorrow * @license MIT */ const { LevelingSystem } = require('./src/LevelingSystem'); const { RankCardBuilder } = require('./src/RankCard'); module.exports = { LevelingSystem, RankCardBuilder };