Reputation Bot

The-Nice-One

A simple discord bot bringing a point system to your server.

Initially this project was created to manage an event in which so called "Event Tokens" were given to users as rewards. However, since then I have decided to improve on it, making it fully customizable for your own servers. Providing a way to give out points to your members for contributions, chatting, helping, or for any other reason you can think of.

previewRepBot

This project contains a single src/main.py file which can be ran indenpently so long as your have discord.py installed. However, you may wish to create a custom venv to install the dependencies and run the project from there. In which case you will need to install the following:

Once you have Python installed change your present working directory to the project's root directory and run the following commands to execute the src/main.py file:

python -m venv .venv
source .venv/bin/activate

pip install .
run <replace with your bot token, remove the < and > aswell>

As with all other projects in this playground, the license is CC BY-NC.
CC BY-SA 4.0 The-Nice-One. Last modified: August 31, 2025. Website built with Franklin.jl and the Julia programming language. See credits.