fork download
  1. administrators = [...] # тут id твоих блядских администраторов
  2.  
  3. @dp.message_handler(lambda message: message.from_user.id not in administrators)
  4. async def filter_messages(message: types.Message):
  5. await message.delete()
  6.  
Runtime error #stdin #stdout #stderr 0.16s 23244KB
stdin
Standard input is empty
stdout
Standard output is empty
stderr
Traceback (most recent call last):
  File "./prog.py", line 3, in <module>
NameError: name 'dp' is not defined