Discord-Exploit-Collection
Discord-Exploit-Collection copied to clipboard
Import requests issue
everytime i use an exploit with import requests in it i get an error when i run it, it says Traceback (most recent call last):
File "example.py", line 6, in
everytime i use an exploit with import requests in it i get an error when i run it, it says Traceback (most recent call last): File "example.py", line 6, in import requests ModuleNotFoundError: No module named 'requests' im using python 3.8 btw
make sure you install the module by doing pip install requests
before running the py file or importing it.