If anyone could help.
I don't know what I did wrong?
ok so there is a small bug in the cogs/imagine_cog.py file...
These 2 lines of code:
would be this instead:
value=f"```{prompt[:1020]+'...' if len(prompt)>= 1024 else prompt}```",
and
value=f"```{dic['enhanced_prompt'][:1020]+'...' if len(dic['enhanced_prompt'])>= 1024 else dic['enhanced_prompt']}```",
Please fix this in your fork and you will be good to go! I am working a complete overhaul of the bot, and all of these small bugs would be fixed in the next update!
Hey @Zingzy sorry to bother but when do you think that update will come?
Thank you for your help though
Hey @Zingzy sorry to bother but when do you think that update will come?
I am a bit busy this week with my uni exams, I might be able to work on this next month
@Zingzy I changed what you gave me but same thing just so you are aware
@Zingzy I changed what you gave me but same thing just so you are aware
Well can you please share the code you changed and the server log messages