We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac2b115 commit f8fc9ebCopy full SHA for f8fc9eb
2 files changed
nonebot_plugin_tetris_stats/games/tetrio/record/blitz.py
@@ -116,7 +116,7 @@ async def make_blitz_image(player: Player) -> bytes:
116
total=clears.realtspins,
117
single=clears.tspinsingles,
118
double=clears.tspindoubles,
119
- triple=clears.triples,
+ triple=clears.tspintriples,
120
mini=Mini(
121
total=clears.minitspins,
122
single=clears.minitspinsingles,
nonebot_plugin_tetris_stats/games/tetrio/record/sprint.py
@@ -117,7 +117,7 @@ async def make_sprint_image(player: Player) -> bytes:
123
0 commit comments