From 6e358aa97c0c8203fc2fe36c97409af063c954dd Mon Sep 17 00:00:00 2001 From: Agamya Samuel <48693970+Agamya-Samuel@users.noreply.github.com> Date: Thu, 30 May 2024 10:32:41 +0530 Subject: [PATCH] fixed typo changed sessionExists -> extract --- src/guide/creating-your-bot/authentication.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/guide/creating-your-bot/authentication.md b/src/guide/creating-your-bot/authentication.md index 1f5af0c..2b9db0c 100644 --- a/src/guide/creating-your-bot/authentication.md +++ b/src/guide/creating-your-bot/authentication.md @@ -123,7 +123,7 @@ await store.save({session: 'yourSessionName'}); ``` - + ```js await store.extract({session: 'yourSessionName'}); @@ -282,4 +282,4 @@ client.on('remote_session_saved', () => { | :-------: |:--------------------------------- | | ✅ | MacOS | | ✅ | Windows | -| ✅ | Ubuntu 20.04 (Heroku Compatible) | \ No newline at end of file +| ✅ | Ubuntu 20.04 (Heroku Compatible) |