mirror of
https://github.com/zhenxun-org/zhenxun_bot.git
synced 2025-12-15 14:22:55 +08:00
fix upload_img
This commit is contained in:
parent
f65fd73d6d
commit
615f3a58e9
@ -2,6 +2,8 @@ from nonebot import on_command
|
|||||||
from nonebot.rule import to_me
|
from nonebot.rule import to_me
|
||||||
from nonebot.typing import T_State
|
from nonebot.typing import T_State
|
||||||
from nonebot.adapters.cqhttp import Bot, MessageEvent, GroupMessageEvent
|
from nonebot.adapters.cqhttp import Bot, MessageEvent, GroupMessageEvent
|
||||||
|
|
||||||
|
from configs.config import IMAGE_DIR_LIST
|
||||||
from utils.utils import get_message_imgs, get_message_text
|
from utils.utils import get_message_imgs, get_message_text
|
||||||
from .data_source import upload_image_to_local
|
from .data_source import upload_image_to_local
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user