Skip to content

GhostJumper/Discord-Username-Pattern-Enforcer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

💬 Discord Username Pattern Enforcer

💡 Purpose

This application 💻 enables automatic renaming of users in a Discord server 📡, if their username 🧑 does not conform to the established server pattern, thereby eliminating the manual process of renaming each user individually.

🤝 Collaboration

  • Use the provided devcontainer 📦 to ensure consistency in development environments.
  • Copy .vscode/example.env to .vscode/.env to configure your environment 🔧.

🚀 Execution

Build the Image yourself:

docker build -t discord-username-pattern-enforcer:1 .

Run the Container:

docker run \
    -d \
    --name discord-username-pattern-enforcer \
    -e NAME_PATTERN=^.+\/\/.+$ \
    -e DEFAULT_DISPLAY_NAME=Default//Name \
    -e DISCORD_SERVER_ID=Your_Server_ID \
    -e DISCORD_BOT_TOKEN=Your_Token \
    -e DRY_RUN=true \
    -e ALLOW_BOT_RENAMING=false \
    -e LOG_LEVEL=INFO \
    unrea1/discord-username-pattern-enforcer:4

⚠️ Note: This application will not rename any users unless DRY_RUN is set to false. ⚠️

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published