feature-更多更多说 #22

Merged
Passthem merged 4 commits from feature-更多更多说 into master 2025-10-03 17:40:53 +08:00
10 changed files with 378 additions and 2004 deletions
Showing only changes of commit f889381cce - Show all commits

View File

@ -3,7 +3,7 @@ from io import BytesIO
import httpx
import PIL.Image
from loguru import logger
from nonebot.adapters import Bot, Message, Event
from nonebot.adapters import Bot, Event, Message
from nonebot.adapters.discord import Bot as DiscordBot
from nonebot.adapters.onebot.v11 import Bot as OnebotV11Bot
from nonebot.adapters.onebot.v11 import Message as OnebotV11Message