Skip to content

A discord bot that put's emojis in front of usernames based on roles

Notifications You must be signed in to change notification settings

Darkylt/Role-Emoji-Bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Role-Emoji-Bot

A bot that changes user nicknames based on the roles they have.

Built using Hikari and Lightbulb

Installation Process

Steps to set up Darkyl's Assistant (for educational purposes only):

  1. Clone the repository:

    git clone https://github.com/your-repo/Role-Emoji-Bot.git
  2. Navigate to the project directory:

    cd Role-Emoji-Bot
  3. Set up a virtual environment (recommended):

    python -m venv .venv
    source .venv/bin/activate    # For Linux/macOS
    .venv\Scripts\activate       # For Windows
  4. Install required dependencies:

    pip install -r requirements.txt
  5. Create a secret.yml file in the root directory to store your variables:

    BOT TOKEN: d098j3in30987u3jnf
  6. Run the bot (On windows you can use the run.bat):

    cd Scripts
    python run.py

Support

If you encounter any issues or have any questions about this bot, feel free to contact me.

Contributing

Tips for improvement, pull requests etc. are very welcome :)

About

A discord bot that put's emojis in front of usernames based on roles

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published