Skip to content

Commit

Permalink
fix: example, remove session on inline bot
Browse files Browse the repository at this point in the history
  • Loading branch information
benchambule committed Aug 8, 2024
1 parent ec5d366 commit 356d46c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ reverse.at('main', async function(request){
});

(async () => {
let result = await reverse.process({msisdn: 123, prompt:"@reverse", sentence: "giberish"}, null);
let result = await reverse.process({msisdn: 123, prompt:"@reverse", sentence: "giberish"});
console.log(result.menu.text);

result = await reverse.process({msisdn: 123, prompt:"@reverse", sentence: "bonjour le monde"});
Expand Down

0 comments on commit 356d46c

Please sign in to comment.