0
votes

I want use this script for my discord server but I don't know if this script is clear "It will not Ban members or remove the server". Because I don't know anything about Python

I don’t know if this kind of question is acceptable here or not

https://github.com/marcusbeckerman/role-saver-bot

1
When you add a bot to your server, you control which permissions it has. Just don't give it the permissions to do things you don't want it to. - Patrick Haugh

1 Answers

1
votes

In my opinion, this would be a good question for the code review community. The bot you linked is safe at the time of writing this answer. In python, you have a main.py that is what runs when the bot is started. If you CTRL+F in it and try to find a word named ban or kick it shows what it does. From looking in the file it does not ban or kick any members.