Skip to content

Commit 622f9c2

Browse files
committed
update
1 parent f7dabcf commit 622f9c2

3 files changed

Lines changed: 15 additions & 15 deletions

File tree

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ A TalkOps Extension made to work with [TalkOps](https://talkops.app).
66

77
## Features
88

9-
* Enable alarm
10-
* Receive random dice
11-
* Receive random dice asynchronously
12-
* Receive random dice as message
13-
* Receive random dice as notification
14-
* Receive random image
15-
* Receive random video
9+
* Enable the alarm
10+
* Receive a random dice
11+
* Receive a random dice asynchronously
12+
* Receive a random dice as message
13+
* Receive a random dice as notification
14+
* Receive a random image
15+
* Receive a random video
1616

1717
## Installation
1818

main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from talkops import Extension, Image, Video
22
import asyncio
3-
import a random
3+
import random
44

55
def enable_alarm():
66
extension.enable_alarm()

manifest.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
"category": "utility",
33
"demo": true,
44
"features": [
5-
"Enable alarm",
6-
"Receive random dice",
7-
"Receive random dice asynchronously",
8-
"Receive random dice as message",
9-
"Receive random dice as notification",
10-
"Receive random image",
11-
"Receive random video"
5+
"Enable the alarm",
6+
"Receive a random dice",
7+
"Receive a random dice asynchronously",
8+
"Receive a random dice as message",
9+
"Receive a random dice as notification",
10+
"Receive a random image",
11+
"Receive a random video"
1212
],
1313
"icon": "https://cdn4.iconfinder.com/data/icons/logos-and-brands/512/267_Python_logo-512.png",
1414
"name": "Playground Python",

0 commit comments

Comments
 (0)