Skip to content

Commit 2cd938e

Browse files
authored
Merge pull request #98 from eliezermarcano/master
Update idle-optional.mdx
2 parents 16a88fe + 29ceb81 commit 2cd938e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/pages/en/showcases/idle-optional.mdx

+3-3
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ The inactivity of flows in our business logic can become a nuisance, that is why
2020
Create a file named `idle-custom.ts` and paste the following code:
2121

2222
```ts {{ title: 'idle-custom.ts' }}
23-
import { EVENTS, addKeyword } from '@bot-whatsapp/bot'
24-
import { BotContext, TFlow } from '@bot-whatsapp/bot/dist/types';
23+
import { EVENTS, addKeyword } from '@builderbot/bot'
24+
import { BotContext, TFlow } from '@builderbot/bot/dist/types';
2525

2626
// Object to store timers for each user
2727
const timers = {};
@@ -261,4 +261,4 @@ const main = async () => {
261261
}
262262

263263
main()
264-
```
264+
```

0 commit comments

Comments
 (0)