Skip to content

Instantly share code, notes, and snippets.

@tonygentilcore
Forked from html5cat/teh.other.js
Last active January 5, 2017 00:43
Show Gist options
  • Save tonygentilcore/ba38f9ee3b6e48ef52eed62fe24ef29e to your computer and use it in GitHub Desktop.
Save tonygentilcore/ba38f9ee3b6e48ef52eed62fe24ef29e to your computer and use it in GitHub Desktop.
const {Feature} = require('other')
module.exports = new Feature({
name: 'Teh',
version: '0.0.7',
dependencies: {
otherjs: '3.12.x',
},
listeners: [{
to: {words: ['the']},
on() {
console.log('THE')
return {stagedMessage: {text: 'Teh'}}
},
}],
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment