Skip to content

Instantly share code, notes, and snippets.

@bacongravy
Created April 19, 2020 05:22
Show Gist options
  • Save bacongravy/02726aef90ecbd857f3dcfc2a2fd349b to your computer and use it in GitHub Desktop.
Save bacongravy/02726aef90ecbd857f3dcfc2a2fd349b to your computer and use it in GitHub Desktop.
module.exports = app => {
app.command("/stash", async ({ ack }) => {
await ack("ok");
});
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment