From dd0f89fde25fee15d4a8d68a54830a7e251361a4 Mon Sep 17 00:00:00 2001 From: Otazuki <115762083+Otazuki004@users.noreply.github.com> Date: Fri, 20 Mar 2026 14:54:49 +0530 Subject: [PATCH] fix example Removed database parameter from WhatsApp client initialization. --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 3a3fd124..458db492 100644 --- a/README.md +++ b/README.md @@ -156,8 +156,7 @@ logging.basicConfig(level=logging.INFO) # Initialize the WhatsApp client client = NewClient( - name="my-whatsapp-bot", - database="./neonize.db" + name="my-whatsapp-bot" ) # Handle successful connection