0|main     |   File "/home/limbo/Bot/main.py", line 12
0|main     |     async def on_ready():
0|main     |         ^
0|main     | SyntaxError: invalid syntax@bot.event
async def on_ready():
    await cog_osn(bot)
    await cog_spec(bot)
    await bot.change_presence(status=discord.Status.idle, activity=game)
    print("Bot запущен")
bot.run(config['TOKEN'])python3 script.pyобычно 3 питон уже стоит, так как половина ОС на него завязана