diff --git a/src/pages/en/showcases/idle-optional.mdx b/src/pages/en/showcases/idle-optional.mdx index 1f68796..b7e738e 100644 --- a/src/pages/en/showcases/idle-optional.mdx +++ b/src/pages/en/showcases/idle-optional.mdx @@ -20,8 +20,8 @@ The inactivity of flows in our business logic can become a nuisance, that is why Create a file named `idle-custom.ts` and paste the following code: ```ts {{ title: 'idle-custom.ts' }} -import { EVENTS, addKeyword } from '@bot-whatsapp/bot' -import { BotContext, TFlow } from '@bot-whatsapp/bot/dist/types'; +import { EVENTS, addKeyword } from '@builderbot/bot' +import { BotContext, TFlow } from '@builderbot/bot/dist/types'; // Object to store timers for each user const timers = {}; @@ -261,4 +261,4 @@ const main = async () => { } main() -``` \ No newline at end of file +```