File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 11from talkops import Extension , Image , Video
22import asyncio
3- import a random
3+ import random
44
55def enable_alarm ():
66 extension .enable_alarm ()
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments