From 2d96dfb9621611b4d56ccc4881fddc13ae07baa5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B4=9B=E6=B0=B4=E5=B1=85=E5=AE=A4?= Date: Sat, 10 Sep 2022 00:41:23 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20=E7=BB=99=E8=A7=92=E8=89=B2?= =?UTF-8?q?=E5=8D=A1=E7=89=87=E5=9B=9E=E5=A4=8D=E4=BF=A1=E6=81=AF=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0=20`caption`?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugins/genshin/player_cards.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/genshin/player_cards.py b/plugins/genshin/player_cards.py index b06b41e..2351301 100644 --- a/plugins/genshin/player_cards.py +++ b/plugins/genshin/player_cards.py @@ -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