mishl-dev / Discord-AI-Chatbot

This Discord chatbot is incredibly versatile. Powered incredibly fast Groq API
GNU Affero General Public License v3.0
1.32k stars 417 forks source link

hey you forgot a module #93

Closed saaandrew closed 1 year ago

saaandrew commented 1 year ago

Hey, I got in bit of trouble when trying to start up my bot when i realized there was a module that is missing in the "requirements.txt" named: "requests-toolbelt" I pip installed the requests-toolbelt and everything is fine now You should add the module above to the "requirements.txt" file because you're using it in the "/imaginepy/sync_imagine.py" file. Peace!

image

Gobin20 commented 1 year ago

Ran into the same problem, however adding requests_toolbelt did solve this bug.

Add requests_toolbelt if you run into the same problem

mishl-dev commented 1 year ago

My bad bbg