From f9258ae1e123ddc52de2f54b12bf1c4c71bdea7d Mon Sep 17 00:00:00 2001 From: Soulter <37870767+Soulter@users.noreply.github.com> Date: Sun, 6 Aug 2023 11:02:09 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E7=94=9F=E6=88=90?= =?UTF-8?q?=E5=9B=BE=E7=89=87=E6=97=B6=E6=8A=A5=E9=94=99=E7=9A=84=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cores/qqbot/core.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cores/qqbot/core.py b/cores/qqbot/core.py index 1217ce8bd..975fa8202 100644 --- a/cores/qqbot/core.py +++ b/cores/qqbot/core.py @@ -21,7 +21,7 @@ from nakuru import ( FriendMessage, GuildMessage ) -from nakuru.entities.components import Plain,At +from nakuru.entities.components import Plain,At,Image from model.command.command import Command from model.command.command_rev_chatgpt import CommandRevChatGPT from model.command.command_rev_edgegpt import CommandRevEdgeGPT