In discord.py, flask-socketio, and flask, how do I send a file to the server from a listening socket?
I already tried using various methods with async functions and scheduling tasks, and event loops. I don’t know what to do. The code below is the socket that recieves the uploaded file and posts it to discord. If you need more details/context, I can post the full python code for my project.