Skip to content

Tag: discord.py

How can I NOT save an image in PIL?

I have seen only way to save all the images in PIL but i dont want to save them all. I’m making a discord bot to send the meme with the user profile picture in space. Using Visual Studio Code Any way i just save a pile of useless images in my laptop? i tried removing the save line as

Have a search command on discord.py

would like to know if it’s possible to add a search command to my discord bot, I will basically use the command to find files inside a directory. For example there is a file named name.txt, and I could do /search nam and it would search for this file and output the name of similar files in the directory…