Сообщество IT-специалистов
Ответы на любые вопросы об IT
Профессиональное развитие в IT
Удаленная работа для IT-специалистов
intents = discord.Intents.default() intents.members = True client = commands.Bot( command_prefix = config.bot_prefix, Intents = intents)
@bot.listener() AttributeError: 'Bot' object has no attribute 'listener' AttributeError: 'Bot' object has no attribute 'listener'