Skip to content

Instantly share code, notes, and snippets.

@mehfuzh
Last active October 9, 2017 06:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mehfuzh/7bbf3560610a3a6b81b3479c351c0cf5 to your computer and use it in GitHub Desktop.
Save mehfuzh/7bbf3560610a3a6b81b3479c351c0cf5 to your computer and use it in GitHub Desktop.
recime-code-block
import Ext from 'recime-bot-extension';
import request from "request";
const __ = Ext.default;
exports.handler = (context, done) => {
done(__.text('Hello world'));
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment