Skip to content

Instantly share code, notes, and snippets.

@RSamaium
Last active August 14, 2019 17:25
Show Gist options
  • Save RSamaium/35daa5e9aa73164a391409b28d6c35cb to your computer and use it in GitHub Desktop.
Save RSamaium/35daa5e9aa73164a391409b28d6c35cb to your computer and use it in GitHub Desktop.
import formats from 'newbot-formats'
import code from './main.converse'
import orderSkill from './skills/order/order'
export default {
code,
skills: {
formats,
orderSkill
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment