Сообщество IT-специалистов
Ответы на любые вопросы об IT
Профессиональное развитие в IT
@dp.message_handler(Command(commands='start', prefixes='!')) async def add_mat(message: types.Message): await message.answer('Готово')
NameError: name 'Command' is not defined
from aiogram.filters import Command
pip uninstall aiogram
pip install aiogram