From 82519d90cb8aaed9d61f8d4fc2cc516600eb56ad Mon Sep 17 00:00:00 2001 From: raihahahan Date: Wed, 21 Aug 2024 13:12:54 +0800 Subject: [PATCH] small change --- bots/userbot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bots/userbot.py b/bots/userbot.py index 1998bc9..a57626c 100644 --- a/bots/userbot.py +++ b/bots/userbot.py @@ -216,7 +216,7 @@ def qr_rent_command(self, update, context, bike_name): # Notify Admin group message = ( - f"[RENTAL - RENT]" + f"[RENTAL - RENT WITH QR CODE]" f"\n@{user_data['username']} rented {bike_name} at {self.now().strftime('%Y/%m/%d, %H:%M:%S')}" )