File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,9 +7,10 @@ A TalkOps Extension made to work with [TalkOps](https://talkops.app).
77## Features
88
99* Enable alarm
10- * Send a message
11- * Send a message
12- * Send a notification
10+ * Receive random dice result as message
11+ * Receive random dice result as notification
12+ * Receive random image
13+ * Receive random video
1314
1415## Installation
1516
Original file line number Diff line number Diff line change @@ -38,9 +38,10 @@ def receive_random_video():
3838 .set_demo (True )
3939 .set_features ([
4040 'Enable alarm' ,
41- 'Send a message' ,
42- 'Send a message' ,
43- 'Send a notification'
41+ 'Receive random dice result as message' ,
42+ 'Receive random dice result as notification' ,
43+ 'Receive random image' ,
44+ 'Receive random video'
4445 ])
4546 .set_function_schemas ([
4647 {
Original file line number Diff line number Diff line change 33 "demo" : true ,
44 "features" : [
55 " Enable alarm" ,
6- " Send a message" ,
7- " Send a message" ,
8- " Send a notification"
6+ " Receive random dice result as message" ,
7+ " Receive random dice result as notification" ,
8+ " Receive random image" ,
9+ " Receive random video"
910 ],
1011 "icon" : " https://cdn4.iconfinder.com/data/icons/logos-and-brands/512/267_Python_logo-512.png" ,
1112 "name" : " Playground Python" ,
You can’t perform that action at this time.
0 commit comments