How do I send multiple images in chronological order to a discord channel with a bot.
It’s not just a few images and I can’t send the same images more than once.
I don’t want to randomize them but that seems to be the only code available to handle image uploads where you don’t need to manually input the filenames into the code.
It’s baffling to be honest. The images are scraped from the web like they would be for a randomized image function, so I’m not sure why they can’t just be sent as they come in.
Screen shots with 15% of the code of tried and ideas I had on how to approach it.
I deleted the other 85% in frustration.
I have sent this question to 3 discord and replit related developer help discors servers, friends I have who have been working with python for a couple of years cannot figure it out either (i mean, i don’t know how much time they were able to spend on it).
It’s crickets. I have researched github codes, solutions of stack overflow and so far no luck.
The reason I haven’t given up, is because I know it can be done.
It’s based on the functionality of a bot we use on our server but it’s looking for different content on the web.
I can get the images into replit just fine, I’m just not sure why I can’t send them in chronological order.


