From 80c6220f77570fa65f655ec06bad8788e1b2578e Mon Sep 17 00:00:00 2001 From: Nocturn9x Date: Mon, 13 Jun 2022 01:18:52 +0200 Subject: [PATCH] Updated start message --- UnoVRBot/modules/start.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UnoVRBot/modules/start.py b/UnoVRBot/modules/start.py index 526e300..4c1c396 100644 --- a/UnoVRBot/modules/start.py +++ b/UnoVRBot/modules/start.py @@ -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}")