Updated start message

This commit is contained in:
Mattia Giambirtone 2022-06-13 01:18:52 +02:00
parent 2a4725a0e0
commit 80c6220f77
1 changed files with 1 additions and 1 deletions

View File

@ -24,6 +24,6 @@ async def start(_: Client, message: Message):
"""
try:
await message.reply_text("Hi! I'm the UNO! bot. I can let you play with your friends in a group. Send /help to learn more!")
await message.reply_text("Hi! I'm the UNO! bot. I can let you play with your friends in a group. Send /help to learn more or /play to start playing UNO!")
except RPCError as rpc_error:
logging.error(f"An unexpected RPC error occurred: {type(rpc_error).__name__} -> {rpc_error}")