Skip to content

Instantly share code, notes, and snippets.

@jeluard
Last active September 28, 2018 09:31
Show Gist options
  • Save jeluard/a95a0226f7099ed1fb2ed5a5a84e8c61 to your computer and use it in GitHub Desktop.
Save jeluard/a95a0226f7099ed1fb2ed5a5a84e8c61 to your computer and use it in GitHub Desktop.
{meta {:name "Simple chat command"
:description ""
:documentation ""}
views
{preview
[text "Hello World"]
short-preview
[text "Hello"]}
hooks
{commands.hello
{:scope #{:personal-chats}
:preview [preview]
:short-preview [short-preview]}}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment