From ecae8ab16e9ca7dfd536f8368dca9e7ed114324e Mon Sep 17 00:00:00 2001 From: Pesakitan22 Date: Tue, 17 Apr 2018 11:23:42 +0700 Subject: [PATCH] templating --- actions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/actions.py b/actions.py index aeae24e..f00b3ca 100644 --- a/actions.py +++ b/actions.py @@ -116,7 +116,7 @@ def do_play_card(bot, player, result_id): if game.mode == 'one': gm.end_game(chat, user) send_async(bot, chat.id, - text=__("Game ended!", multi=game.translate)) + text=__("Game ended! Flawless Victory!", multi=game.translate)) game.players_won += 1