From 838feda0d5bb1144d277e9fd5b9893f257e43995 Mon Sep 17 00:00:00 2001 From: Shishir Patil Date: Sun, 15 Oct 2023 15:20:52 -0700 Subject: [PATCH] Prompt user for empty input --- main.py | 1 + 1 file changed, 1 insertion(+) diff --git a/main.py b/main.py index 26332f0f..e08f06a5 100644 --- a/main.py +++ b/main.py @@ -82,6 +82,7 @@ async def main(): if user_input == "": # no empty messages allowed + print("Empty input received. Try again!") continue # Handle CLI commands