mirror of
https://github.com/PaiGramTeam/PaiGram.git
synced 2024-11-22 07:07:46 +00:00
🐛 Fixed update_player_card
callback_data format issue
This commit is contained in:
parent
fed5eb3cd2
commit
6916b4fa2d
@ -167,7 +167,7 @@ class PlayerCards(Plugin):
|
|||||||
[
|
[
|
||||||
InlineKeyboardButton(
|
InlineKeyboardButton(
|
||||||
"更新面板",
|
"更新面板",
|
||||||
callback_data=f"update_player_card|{user.id}|{player_info.player_id,}",
|
callback_data=f"update_player_card|{user.id}|{player_info.player_id}",
|
||||||
)
|
)
|
||||||
]
|
]
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user