chore: import upstream snapshot with attribution
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
import * as sdk from '@botpress/sdk'
|
||||
import chat from './bp_modules/chat'
|
||||
|
||||
export default new sdk.BotDefinition({
|
||||
integrations: {},
|
||||
states: {},
|
||||
events: {},
|
||||
recurringEvents: {},
|
||||
}).addIntegration(chat, { enabled: true, configuration: {} })
|
||||
Reference in New Issue
Block a user