new mode one
This commit is contained in:
parent
27279b9114
commit
9682b9fbce
1 changed files with 1 additions and 1 deletions
2
bot.py
2
bot.py
|
@ -36,7 +36,7 @@ from errors import (NoGameInChatError, LobbyClosedError, AlreadyJoinedError,
|
||||||
from internationalization import _, __, user_locale, game_locales
|
from internationalization import _, __, user_locale, game_locales
|
||||||
from results import (add_call_bluff, add_choose_color, add_draw, add_gameinfo,
|
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_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 shared_vars import gm, updater, dispatcher
|
||||||
from simple_commands import help_handler
|
from simple_commands import help_handler
|
||||||
from start_bot import start_bot
|
from start_bot import start_bot
|
||||||
|
|
Loading…
Reference in a new issue