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():…