Prompt user for empty input

This commit is contained in:
Shishir Patil
2023-10-15 15:20:52 -07:00
committed by Vivian Fang
parent 08392ec1a3
commit 838feda0d5

View File

@@ -82,6 +82,7 @@ async def main():
if user_input == "":
# no empty messages allowed
print("Empty input received. Try again!")
continue
# Handle CLI commands