Конфиг ADMIN_ID = [123, 1234] Команда from config import ADMIN_ID router.message(F.text == '/admin') async def admin_handler(message: types.Message, state: FSMContext): if message.from_user.id == ADMIN_ID:
George_a_fish, if message.from_user.id in ADMIN_ID: ^ IndentationError: expected an indented block after function definition on line 32