bloometti logo

A Discord bot made with Discord.js that adds a levels system to Discord! It provides configuration through JSON files and the Mongo Express web-based admin interface for MongoDB. Easy deployment is made possible through either Docker Compose or Kubernetes.

Github repository

In action

bloometti in action

Commands

/profile [user: @mention]

View your profile or the mentionned user’s profile.

/ephemeral

Toggle ephemeral mode. This mode makes all your interactions with the bot hidden from other users.

/setcolor [hexcode*: #FFFFFF]

Set the color of your profile to a specific HEX code.

Formula

experienceToNextLevel = (currentLevel * nextLevel) * 50