mirror of
https://github.com/PaiGramTeam/PaiGram.git
synced 2024-11-16 12:51:35 +00:00
🐛 Fix log plugin import
This commit is contained in:
parent
827b97e36d
commit
cf2068a1cc
@ -5,7 +5,7 @@ from telegram.constants import ChatAction
|
|||||||
from telegram.ext import CommandHandler, CallbackContext
|
from telegram.ext import CommandHandler, CallbackContext
|
||||||
|
|
||||||
from core.plugin import Plugin, handler
|
from core.plugin import Plugin, handler
|
||||||
from modules.error.pb import PbClient
|
from modules.errorpush import PbClient
|
||||||
from utils.decorators.admins import bot_admins_rights_check
|
from utils.decorators.admins import bot_admins_rights_check
|
||||||
from utils.log import logger
|
from utils.log import logger
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user