videoEditBot
videoEditBot copied to clipboard
`prepare_VideoEdit()` spammed indefinitely when no images are found
In the image, this error message is spammed indefinitely when the bot cannot find any image or video to edit.
I have no clue how this happened, this should prevent it from even seeing itself in circumstances like this
if message.author.id == bot.user.id and not '║' in message.content:
return
I have no clue how this happened, this should prevent it from even seeing itself in circumstances like this
if message.author.id == bot.user.id and not '║' in message.content: return
Probably.
But the last part of the check can also be:
... and '║' not in message.content: ...
I have no clue how this happened, this should prevent it from even seeing itself in circumstances like this
if message.author.id == bot.user.id and not '║' in message.content: returnProbably.
But the last part of the check should rather be:
... and '║' not in message.content: ...
Apologies, I was wrong. I have edited the original message.
this still broke?
Apologies for the delay.
I'll check if the issue still persists as I recently removed the bot because we didn't use it that much. I will keep you updated.
Thank you. Link