Skip to content

Instantly share code, notes, and snippets.

@RSamaium
Created August 15, 2019 08:24
Show Gist options
  • Save RSamaium/dac39eb39fb1eb6172afe9028b5eed88 to your computer and use it in GitHub Desktop.
Save RSamaium/dac39eb39fb1eb6172afe9028b5eed88 to your computer and use it in GitHub Desktop.
import formats from 'newbot-formats'
import code from './order.converse'
export default {
code,
skills: {
formats
},
functions: {
callApi(date) {
console.log(`call yout custom api, date is ${date}`)
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment