Skip to content

Commit

Permalink
fix: miss imports
Browse files Browse the repository at this point in the history
  • Loading branch information
X-Gorn committed Jun 7, 2024
1 parent 147e30b commit 1f225ed
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Bot/plugins/commands.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from pyrogram import Client, filters
from pyrogram.types import Message, InlineKeyboardMarkup, InlineKeyboardButton
from functions.filters import OWNER_FILTER
from ..functions.filters import OWNER_FILTER


reply_markup = InlineKeyboardMarkup([
Expand Down
4 changes: 2 additions & 2 deletions Bot/plugins/loader.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
import shutil
import asyncio
import traceback
from functions.filters import OWNER_FILTER
from functions.helper import (
from ..functions.filters import OWNER_FILTER
from ..functions.helper import (
progress_for_pyrogram,
download_file,
absolute_paths,
Expand Down

0 comments on commit 1f225ed

Please sign in to comment.