Requesting tree
Ignoring exception in on_message
Traceback (most recent call last):
File "B:\pythonProject6\lib\site-packages\discord\client.py", line 343, in _run_event
await coro(*args, **kwargs)
File "B:\pythonProject6\craiyon-bot\main.py", line 48, in on_message
await message.reply(file=discord.File(file_name))
File "B:\pythonProject6\lib\site-packages\discord\file.py", line 73, in init
self.fp = open(fp, 'rb')
FileNotFoundError: [Errno 2] No such file or directory: 'images/183070.jpg'
How to fix it? After request - Error
Requesting tree Ignoring exception in on_message Traceback (most recent call last): File "B:\pythonProject6\lib\site-packages\discord\client.py", line 343, in _run_event await coro(*args, **kwargs) File "B:\pythonProject6\craiyon-bot\main.py", line 48, in on_message await message.reply(file=discord.File(file_name)) File "B:\pythonProject6\lib\site-packages\discord\file.py", line 73, in init self.fp = open(fp, 'rb') FileNotFoundError: [Errno 2] No such file or directory: 'images/183070.jpg'