https://github.com/mmqnym/discord-update-role-script
Allows you to quickly add or delete roles to members in your server.
https://github.com/mmqnym/discord-update-role-script
discord python
Last synced: 4 months ago
JSON representation
Allows you to quickly add or delete roles to members in your server.
- Host: GitHub
- URL: https://github.com/mmqnym/discord-update-role-script
- Owner: mmqnym
- License: mit
- Created: 2022-10-14T15:01:20.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-14T19:36:43.000Z (over 2 years ago)
- Last Synced: 2025-03-08T21:41:14.410Z (4 months ago)
- Topics: discord, python
- Language: Python
- Homepage:
- Size: 4.88 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Discord role update script
## Set up
- You have to go [here](https://discord.com/developers/applications) first to get the `token` of the bot, and select `SERVER MEMBERS INTENT` in `Privileged Gateway Intents` and `bot`, `applications.commands` two `SCOPES`, also `Manage Roles` `PERMISSIONS`.
- Fill in your settings in `configs.json`, including the role ids you want to add and delete.
- Run script!``` sh
cd
pip install -r requirements.txt
python app.py
```## Commands
- /update roles
> This command can update role(s) of the server members.
- /reload lists
> This command reloads the lists of role(s) to update.
## LICENSE
[MIT](LICENSE)