8 lines
96 B
TypeScript
8 lines
96 B
TypeScript
import * as bp from '.botpress'
|
|
|
|
const bot = new bp.Bot({
|
|
actions: {},
|
|
})
|
|
|
|
export default bot
|