-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstdlib.json
executable file
·70 lines (70 loc) · 1.8 KB
/
stdlib.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"name": "buzzology/slack-bounties",
"timeout": 10000,
"connector": false,
"events": {
"functions/events/slack/reaction_added.js": {
"name": "slack.reaction_added"
},
"functions/events/slack/reaction_removed.js": {
"name": "slack.reaction_removed"
},
"functions/events/slack/block_actions/award_bounty_confirm.js": {
"name": "slack.block_actions",
"subtype": {
"block_id": "award_bounty_confirm"
}
},
"functions/events/slack/command/bountyme.js": {
"name": "slack.command",
"subtype": {
"command": "bountyme"
}
},
"functions/events/slack/command/bountydaily.js": {
"name": "slack.command",
"subtype": {
"command": "bountydaily"
}
},
"functions/events/slack/command/bountycurrent.js": {
"name": "slack.command",
"subtype": {
"command": "bountycurrent"
}
},
"functions/events/slack/command/bountyalltime.js": {
"name": "slack.command",
"subtype": {
"command": "bountyalltime"
}
},
"functions/events/slack/command/bountyconfig.js": {
"name": "slack.command",
"subtype": {
"command": "bountyconfig"
}
},
"functions/events/slack/command/bountyemotes.js": {
"name": "slack.command",
"subtype": {
"command": "bountyemotes"
}
},
"functions/events/scheduler/daily.js": {
"name": "scheduler.daily",
"subtype": {
"time": "00:00 (12:00am)",
"timezone": "Australia — Brisbane, AU (+10:00)"
}
},
"functions/events/scheduler/custom.js": {
"name": "scheduler.weekly",
"subtype": {
"weekday": "Sunday",
"time": "00:00 (12:00am)",
"timezone": "Australia — Brisbane, AU (+10:00)"
}
}
}
}