Skip to content

Commit 8a9134c

Browse files
committed
update
1 parent 0d62759 commit 8a9134c

3 files changed

Lines changed: 12 additions & 9 deletions

File tree

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff 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

main.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff 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
{

manifest.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,10 @@
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",

0 commit comments

Comments
 (0)