From c3551d42cd374c828a922984c86c5159e7dc2181 Mon Sep 17 00:00:00 2001 From: rickypoon Date: Tue, 23 Jul 2024 19:02:51 +0800 Subject: [PATCH] fix typo --- src/guide/creating-your-bot/authentication.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/guide/creating-your-bot/authentication.md b/src/guide/creating-your-bot/authentication.md index 1f5af0c..35ab839 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'});