From 9682b9fbceb16732665b9696b3b01dc20f1c414b Mon Sep 17 00:00:00 2001 From: Pesakitan22 Date: Mon, 16 Apr 2018 16:35:25 +0700 Subject: [PATCH] new mode one --- bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot.py b/bot.py index 70238a2..046a465 100644 --- a/bot.py +++ b/bot.py @@ -36,7 +36,7 @@ from errors import (NoGameInChatError, LobbyClosedError, AlreadyJoinedError, from internationalization import _, __, user_locale, game_locales from results import (add_call_bluff, add_choose_color, add_draw, add_gameinfo, add_no_game, add_not_started, add_other_cards, add_pass, - add_card, add_mode_classic, add_mode_fast, add_mode_wild) + add_card, add_mode_classic, add_mode_fast, add_mode_wild, add_mode_one) from shared_vars import gm, updater, dispatcher from simple_commands import help_handler from start_bot import start_bot