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) |