Closed jvherck closed 3 years ago
Can you check and make sure that you're setting Flask SECRET_KEY
in your application config. You can look into Flask documentation to check on how to set secret key in your Flask application.
Ohh I didn't set any secret key, I forgot about that. Thank you very much!
The code below always gives me the error
TypeError: Expected a string value
. Something in the flask-discord module itself is causing this error because I'm just doing exactly what the documentation says.Error: