Skip to content

Latest commit

 

History

History
64 lines (53 loc) · 1.7 KB

README.md

File metadata and controls

64 lines (53 loc) · 1.7 KB



Logo

Discord Autorole Bot

Discord bot to automatically assign roles to users when they join

Report Bug · Request Feature


Installation

pip install pycord

config.json

{
    "token":"bot.token",
    "guild_id":"guild.id",
    "emojis":{
        "success":":white_check_mark:",
        "failure":":x:"
    }
}

Features

  • Slash commands
  • Automatic role assignment

Goal

  • 20 stars - Multi Guild Support & MongoDB Support

Author

author = {
    "name": "NotShadow1337",
    "discord": "Not Shadow#1337",
    "github": "NotShadow1337",
}