Commit 06d6a3d
Added new message in message table. (#70)
* Added new message in x_snc_pointsthing_message table
* README.md
Error Found without 'users:read' permission in manual app creation steps->
com.glide.script.RhinoEcmaError: Cannot read property "name" from undefined
sys_script_include.PointsThing➚ : Line(102) column(0).
->Added 73rd line to include "users:read" permission in below steps.
Navigate to Features > OAuth & Permissions
Scroll down to Bot Token Scopes
Click the Add an OAuth Scope button
Search for and select chat:write
Search for and select users:read
* Added new message->'Hurray!!'+ user + ' you now have ' + points + ' points';
which will trigger always as trigger point is 0.
---------
Co-authored-by: admin <admin@example.com>1 parent 6ddd8d4 commit 06d6a3d
File tree
3 files changed
+35
-1
lines changed- 9c7718cddb229150791d8f8d13961979
- update
3 files changed
+35
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
Lines changed: 33 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 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 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
| 73 | + | |
73 | 74 | | |
74 | 75 | | |
75 | 76 | | |
| |||
0 commit comments