import discord
from discord.ext import commands
intents = discord.Intents.all()
bot = commands.Bot(command_prefix="/", intents = intents)
bot.run(":)")
Ошибка:
Traceback (most recent call last):
File "/usr/bin/py", line 167, in <module>
result = eval(args.expression)
File "<string>", line 1, in <module>
main.py
NameError: name 'main' is not defined