From 93f547c57b7320e5ba3a0c324267d23b29b4b968 Mon Sep 17 00:00:00 2001 From: Flowiee <55394031+Flowiee@users.noreply.github.com> Date: Fri, 18 Oct 2019 15:47:22 +0200 Subject: [PATCH] Update simple_commands.py --- simple_commands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/simple_commands.py b/simple_commands.py index 9e7fba5..ca46d60 100644 --- a/simple_commands.py +++ b/simple_commands.py @@ -70,7 +70,7 @@ def help_handler(bot, update): @user_locale def modes(bot, update): """Handler for the /help command""" - modes_explanation = _("This UNO bot has four game modes: Classic, Sanic, Wild and Texr.\n\n" + modes_explanation = _("This UNO bot has four game modes: Classic, Sanic, Wild and Text.\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"