This commit is contained in:
Soulter
2023-09-02 19:59:14 +08:00
parent a92ea3db02
commit fd2aa0cba6
+1 -1
View File
@@ -48,7 +48,7 @@ class QQChan():
if isinstance(i, Plain):
plain_text += i.text
elif isinstance(i, Image) and image_path == None:
image_path = i.path
image_path = i.file
return plain_text, image_path
# gocq-频道SDK兼容层(收)