Karma commited on
Commit
573b1ea
·
1 Parent(s): 32c6db0

Update can_restrict.py

Browse files
Files changed (1) hide show
  1. Mikobot/utils/can_restrict.py +1 -0
Mikobot/utils/can_restrict.py CHANGED
@@ -9,6 +9,7 @@ from Mikobot import DEV_USERS, app
9
  # <=======================================================================================================>
10
  BAN_STICKER = "CAACAgUAAxkBAAEGWC5lloYv1tiI3-KPguoH5YX-RveWugACoQ4AAi4b2FQGdUhawbi91DQE"
11
 
 
12
  # <================================================ FUNCTION =======================================================>
13
  def can_restrict(func: Callable) -> Callable:
14
  async def non_admin(_, message: Message):
 
9
  # <=======================================================================================================>
10
  BAN_STICKER = "CAACAgUAAxkBAAEGWC5lloYv1tiI3-KPguoH5YX-RveWugACoQ4AAi4b2FQGdUhawbi91DQE"
11
 
12
+
13
  # <================================================ FUNCTION =======================================================>
14
  def can_restrict(func: Callable) -> Callable:
15
  async def non_admin(_, message: Message):