Почему код выдаёт такую ошибку?
spoilerTraceback (most recent call last):
File "путь к боту", line 226, in
bot.run(info.token)
AttributeError: 'Command' object has no attribute 'run'
Я понимаю что дело в самом объявлении bot. Но как можно по другому объявить, если у меня так:
bot = commands.Bot(command_prefix='~', intents=discord.Intents.all())