From 17cd46c4f5080aea5982b01c3259cf9e76a5d89d Mon Sep 17 00:00:00 2001 From: Flowiee <55394031+Flowiee@users.noreply.github.com> Date: Mon, 14 Oct 2019 20:09:48 +0200 Subject: [PATCH] Update simple_commands.py --- simple_commands.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/simple_commands.py b/simple_commands.py index 4e54c95..9e7fba5 100644 --- a/simple_commands.py +++ b/simple_commands.py @@ -70,10 +70,11 @@ def help_handler(bot, update): @user_locale def modes(bot, update): """Handler for the /help command""" - modes_explanation = _("This UNO bot has three game modes: Classic, Sanic and Wild.\n\n" + modes_explanation = _("This UNO bot has four game modes: Classic, Sanic, Wild and Texr.\n\n" " 🎻 The Classic mode uses the conventional UNO deck and there is no auto skip.\n" " 🚀 The Sanic mode uses the conventional UNO deck and the bot automatically skips a player if he/she takes too long to play its turn\n" - " 🐉 The Wild mode uses a deck with more special cards, less number variety and no auto skip.\n\n" + " 🐉 The Wild mode uses a deck with more special cards, less number variety and no auto skip.\n" + " ✍️ The Text mode uses the conventional UNO deck but instead of stickers it uses the text.\n\n" "To change the game mode, the GAME CREATOR has to type the bot nickname and a space, " "just like when playing a card, and all gamemode options should appear.") send_async(bot, update.message.chat_id, text=modes_explanation,