forked from syntaxbullet/AuroraBot-discord
Create leveling.view.ts with UI logic extracted from leaderboard command: - getLeaderboardEmbed() for leaderboard display (XP and Balance) - getMedalEmoji() helper for ranking medals (🥇🥈🥉) - formatLeaderEntry() helper for entry formatting with null safety Updated leaderboard.ts to use view functions instead of inline formatting.