File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -274,7 +274,7 @@ def photo_from_telegram(bot, update):
274274 if JQ_MODE :
275275 text = '[CQ:image,file=' + file_id + '.jpg]'
276276 else :
277- text = '[图片, 请点击查看' + pic_url + ']'
277+ text = '[ 图片, 请点击查看' + pic_url + ' ]'
278278 if update .message .caption :
279279 text += update .message .caption
280280
@@ -312,7 +312,7 @@ def sticker_from_telegram(bot, update):
312312 if JQ_MODE :
313313 text = '[CQ:image,file=' + file_id + '.png]'
314314 else :
315- text = '[' + update .message .sticker .emoji + ' sticker, 请点击查看' + pic_url + ']'
315+ text = '[ ' + update .message .sticker .emoji + ' sticker, 请点击查看' + pic_url + ' ]'
316316 else :
317317 text = '[' + update .message .sticker .emoji + ' sticker]'
318318 cq_send (update , text , qq_group_id )
You can’t perform that action at this time.
0 commit comments