mirror of
https://github.com/yasirarism/MissKatyPyro.git
synced 2026-01-08 12:54:51 +00:00
hmm
This commit is contained in:
parent
72113a795f
commit
0710e99cce
1 changed files with 1 additions and 1 deletions
|
|
@ -113,7 +113,7 @@ def command(
|
||||||
except BaseException as exception:
|
except BaseException as exception:
|
||||||
return
|
return
|
||||||
|
|
||||||
self.__client__.add_handler(
|
self.add_handler(
|
||||||
pyrogram.handlers.MessageHandler(callback=decorator, filters=filter)
|
pyrogram.handlers.MessageHandler(callback=decorator, filters=filter)
|
||||||
)
|
)
|
||||||
return decorator
|
return decorator
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue