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
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
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.