Question: cI am using pygame on repl.it, and as far as I can tell from digging around, this error usually coms from a c or c++ compiler when you attempt to free the same memory twice, but this is python, ...
Question: Straight to the point: I have created three files on repl.it along with my main.py – Logger.py, Responses.py, and phrases.json Now when I am trying to import them into main.py using, I am getting this error: What should I ...
Question: what code should I use to remove a specific role? (I’m using repl.it and I’m new to it, there’s no error, I just need a code. I have also tried doing this if(message.content.toLowerCase() === ">mcroleremove") { let role2 = ...