In simulacrabot DMs if you try to rate the same image twice it says this interaction failed. Then, if you try to rate the next image in the same batch it will also fail even if it's the first time you tried to rate that image.
@kkekkyea#4686 suggests this as possibly related:
"This might be an issue with the assertion (
|
assert generation[-1] == message.content[:len(generation[-1])] |
), maybe the bot should respond to the fail, similar to how survey does it "
In simulacrabot DMs if you try to rate the same image twice it says this interaction failed. Then, if you try to rate the next image in the same batch it will also fail even if it's the first time you tried to rate that image.
@kkekkyea#4686 suggests this as possibly related:
"This might be an issue with the assertion (
simulacrabot/simulacra.py
Line 426 in d143fa7