mirror of
https://github.com/PaiGramTeam/MibooGram.git
synced 2024-11-16 04:45:27 +00:00
🎨 给角色卡片回复信息添加 caption
This commit is contained in:
parent
d6b38a0e63
commit
2d96dfb962
@ -103,7 +103,7 @@ class PlayerCards(Plugin, BasePlugin):
|
||||
temp = []
|
||||
if len(temp) > 0:
|
||||
buttons.append(temp)
|
||||
reply_message = await message.reply_photo(photo=self.temp_photo,
|
||||
reply_message = await message.reply_photo(photo=self.temp_photo, caption="请选择你要查询的角色",
|
||||
reply_markup=InlineKeyboardMarkup(buttons))
|
||||
if reply_message.photo:
|
||||
self.temp_photo = reply_message.photo[-1].file_id
|
||||
|
Loading…
Reference in New Issue
Block a user