python: can't open file 'bot.py': [Errno 2] No such file or director
import disnake from disnake.ext import commands
bot = commands.Bot(command_prefix=".", help_command=None, intents=disnake.Intents.all())
@bot.event async def on_ready():
print(f"Bot {bot.user} is ready to work!")
bot.run()
Вот код, если что апи вставленно, но я не понимаю почему когда я захожу в Cmd мне пишет python: can't open file 'bot.py': [Errno 2] No such file or director не понимаю что надо сделать
Источник: Stack Overflow на русском