Comparing version 1.1.8 to 1.1.9-rc.1
{ | ||
"name": "puregram", | ||
"version": "1.1.8", | ||
"version": "1.1.9-rc.1", | ||
"main": "src/index.js", | ||
@@ -5,0 +5,0 @@ "repository": { |
@@ -36,4 +36,4 @@ # puregram | ||
* [@puregram/session](../session): Simple implementation of the sessions | ||
* [@puregram/scenes](../scenes): Simple implementation of middleware-based scene management | ||
* [@puregram/session](https://github.com/nitreojs/puregram/tree/master/packages/session): Simple implementation of the sessions | ||
* [@puregram/scenes](https://github.com/nitreojs/puregram/tree/master/packages/scenes): Simple implementation of middleware-based scene management | ||
@@ -47,2 +47,3 @@ > If you want to add your module in the list, create a [new issue](https://github.com/nitreojs/puregram/issues/new) in the repository. | ||
* [Telegram Anonym Chat](https://t.me/ruanon_bot) - anonymous chat with other people in Telegram | ||
* [Get My ID](https://t.me/receive_my_id_bot) - bot from [example (get-id-bot.js)](https://github.com/nitreojs/puregram/blob/master/docs/examples/get-id-bot.js) | ||
@@ -49,0 +50,0 @@ If you want to see your bot here — PM [me](https://t.me/nitrojs) _(I will add up to 10 bots here)_ |
@@ -147,2 +147,3 @@ let { inspect } = require('util'); | ||
get startPayload() { | ||
if (!this.text) return null; | ||
if (!this.text.startsWith('/start')) return null; | ||
@@ -149,0 +150,0 @@ if (this.text === '/start') return null; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
772632
23272
57
1