pawel02 / image_bot

Discord bot that will get images based on the search keyword from google and display a random one to the user

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

it's crashing

RakibRyan opened this issue · comments

Traceback (most recent call last):
File "D:\code\python\image_bot\main.py", line 18, in
bot.add_cog(image_cog(bot))
File "D:\code\python\image_bot\image_cog.py", line 27, in init
self.update_images()
File "D:\code\python\image_bot\image_cog.py", line 49, in update_images
for filename in os.listdir(self.download_folder):
FileNotFoundError: [WinError 3] The system cannot find the path specified: 'downloads'

Process finished with exit code 1

Nevermind I figured it out. Just had to create downloads