A fast and fun Discord leveling bot — gain XP, level up, and show off your ranks, espresso style!
- Assign XP for messages sent in your server
- Track user levels and experience
- Leaderboards to see top users
- Fully configurable via
config.yml
These instructions will help you set up the bot locally.
- Python 3.10+
discord.pylibrary (pip install -U discord.py)- Discord bot token
-
Clone the repository:
git clone https://github.com/xNythal/discord-xpresso-bot.git cd discord-xpresso-bot -
Install dependencies:
pip install -r requirements.txt
-
Set up your bot token:
Create a.envfile with your Discord bot token:DISCORD_TOKEN=your_bot_token_here -
Configure settings:
Editconfig.ymlto customize your bot. Learn more -
Run the bot:
python bot.py
Contributions are welcome! Please fork the repo and submit a pull request.
If you use this project, please credit @xNythal in your README or project notes.
This project is licensed under the MIT License.