webfast 0.1.14 → 0.1.16

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,15 @@
1
+ // Here we can collect something by when user enter collect state in telegram
2
+ module.exports = {
3
+ line : {},
4
+ set : function(id) {
5
+ // To set que
6
+ console.log(`Que Set Telegram`)
7
+ },
8
+ get : function(id) {
9
+ console.log(`Que Get Telegram`)
10
+ },
11
+ timer : function() {
12
+ // Run timer
13
+ console.log(`Timer Run`);
14
+ }
15
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "webfast",
3
- "version": "0.1.14",
3
+ "version": "0.1.16",
4
4
  "description": "WebFast! Bot Application, including TON mini-apps",
5
5
  "main": "index.js",
6
6
  "repository": {