Skip to content

Instantly share code, notes, and snippets.

View AL1L's full-sized avatar
🌟
Making cool things

Allen Lantz AL1L

🌟
Making cool things
View GitHub Profile

A flow is a way to get user information without the hastle of recoding every little piece Each object an action type, each type has their own requirements and options

Actions: (* = required)

  • reaction
    • Prompts the user to select a reaction
    • Options
      • *key: string - key to be used with placeholders (e.g. if key is desc you can do "Ticket Description: {desc}")
        • in addition to this, reaction will also have a key with -raw appended to it to get the raw reaction value
  • *reactions: array - The reactions to be used