block incr

This commit is contained in:
tramoc
2025-06-25 13:51:03 +07:00
parent 9ebaac578a
commit c31cff8749
+1 -1
View File
@@ -187,7 +187,6 @@ async def end_game(ctx):
value=f"**{game.last_player_name}** - Từ cuối: **{game.current_word}**",
inline=False
)
await incr(game.last_player_id, game.last_player_name, 1)
await ctx.send(embed=embed)
@@ -293,6 +292,7 @@ async def game_timeout():
value=f"**{game.last_player_name}** - Từ cuối: **{game.current_word}**",
inline=False
)
if len(game.used_words) > 2:
await incr(game.last_player_id, game.last_player_name, 1)
if game.channel: