This commit is contained in:
yasirarism 2023-07-04 09:54:50 +07:00 committed by GitHub
parent 72113a795f
commit 0710e99cce
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -113,7 +113,7 @@ def command(
except BaseException as exception:
return
self.__client__.add_handler(
self.add_handler(
pyrogram.handlers.MessageHandler(callback=decorator, filters=filter)
)
return decorator