edited start message

This commit is contained in:
Linus E 2022-05-02 18:47:46 +02:00
parent ab5c052563
commit e6d47e232e

View File

@ -35,6 +35,7 @@ def send_start(message):
message (Message): message from telegram user, here /start message (Message): message from telegram user, here /start
""" """
bot.reply_to(message, ( "Welcome to the game...\n" bot.reply_to(message, ( "Welcome to the game...\n"
"To start set a name by typing /changename\n"
"Type /gameinfo for information about GuessThePrice\n" "Type /gameinfo for information about GuessThePrice\n"
"Type /help for an overview of all commands\n")) "Type /help for an overview of all commands\n"))