Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 236 Bytes

README.md

File metadata and controls

10 lines (9 loc) · 236 Bytes

List actions

Folder: './actions' Bot instruction: Depend on action in the folder, bot need ask params from user and return the output for the user in the format:

{
    "action": "action_name",
    "data": {} // Action data
}