File "C:\Users\hello\Downloads\Roblox-Mass-Report-main\Roblox-Mass-Report-main\main.py", line 30, in
RB.ban(victim, amount, reason, cooldown, reasons[reason]["comments"])
File "C:\Users\hello\Downloads\Roblox-Mass-Report-main\Roblox-Mass-Report-main\RBXBan.py", line 98, in ban
requestVerificationToken = soup.find("input", {"name" : "__RequestVerificationToken"}).attrs["value"]
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'NoneType' object has no attribute 'attrs'
File "C:\Users\hello\Downloads\Roblox-Mass-Report-main\Roblox-Mass-Report-main\main.py", line 30, in
RB.ban(victim, amount, reason, cooldown, reasons[reason]["comments"])
File "C:\Users\hello\Downloads\Roblox-Mass-Report-main\Roblox-Mass-Report-main\RBXBan.py", line 98, in ban
requestVerificationToken = soup.find("input", {"name" : "__RequestVerificationToken"}).attrs["value"]
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'NoneType' object has no attribute 'attrs'