Почему message.channel не определен в discord.py бот?
#python #discord Вопрос: может быть, это новое решение, но мой бот раздора не работает. Код: async def on_message(message): if message.author == client.user: return if message.content.startswith('$hello'): await message.channnel.send('Hello!') if message.content.startswith(')tacticas'): await…