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'});