mirror of
https://github.com/yasirarism/MissKatyPyro.git
synced 2026-01-01 10:34:51 +00:00
f
This commit is contained in:
parent
a5a142aeb7
commit
500cb204ad
2 changed files with 2 additions and 2 deletions
|
|
@ -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,
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue