This commit is contained in:
yasirarism 2023-07-04 10:40:50 +07:00 committed by GitHub
parent a5a142aeb7
commit 500cb204ad
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -19,7 +19,7 @@
import typing
import pyrogram
from pyrogram.methods import Decorators
from .utils import handle_error
from ..utils import handle_error
def callback(
self,

View file

@ -1,6 +1,6 @@
import typing
import pyrogram
from .utils import handle_error
from ..utils import handle_error
from pyrogram.methods import Decorators
from misskaty.vars import COMMAND_HANDLER