webfast 0.1.14 → 0.1.16

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -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": {