Files
botpress--botpress/packages/cli/e2e/fixtures/bots/bot-with-plugin-dependency/src/index.ts
T
2026-07-13 13:34:48 +08:00

8 lines
96 B
TypeScript

import * as bp from '.botpress'
const bot = new bp.Bot({
actions: {},
})
export default bot