Sticky Roles
This app will log a user's roles and give them back to them after they rejoin the server
*Warning: this app does not filter for any "dangerous" roles
The bot will log any changes in a user's roles in the `guild.member.update` file
When a user joins they will get added to the connected spreadsheet file in `guild.member.add` file
If a user is already a part of the server, they will get added as soon as something about their profile changes.
How to install
• Extract and enter your spreadsheet ID in both endpoints (Also explained inside of the files)
• Go to your spreadsheet and enter the following:
- Enter
user_id
in cell A1
- Enter
username
in cell B1
- Enter
roles
in cell C1
• That's all there is to it.. enjoy!