A bot that changes user nicknames based on the roles they have.
Built using Hikari and Lightbulb
-
Clone the repository:
git clone https://github.com/your-repo/Role-Emoji-Bot.git
-
Navigate to the project directory:
cd Role-Emoji-Bot
-
Set up a virtual environment (recommended):
python -m venv .venv source .venv/bin/activate # For Linux/macOS .venv\Scripts\activate # For Windows
-
Install required dependencies:
pip install -r requirements.txt
-
Create a
secret.yml
file in the root directory to store your variables:BOT TOKEN: d098j3in30987u3jnf
-
Run the bot (On windows you can use the run.bat):
cd Scripts python run.py
If you encounter any issues or have any questions about this bot, feel free to contact me.
Tips for improvement, pull requests etc. are very welcome :)