block incr
This commit is contained in:
+1
-1
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user